diff --git a/package.json b/package.json index 7a09cfa..fd57807 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,11 @@ "react-snapshot": "^1.1.0" }, "scripts": { - "start": "npm-run-all prepare-content -p start:content start:js", - "start:js": "react-scripts start", + "start": "npm-run-all prepare-content -p start:content start:app", + "start:app": "react-scripts start", "start:content": "chokidar 'content/**/**' -c 'npm run prepare-content'", - "build": - "npm-run-all -s prepare-content build:js build:postcss build:react-snapshot build:sitemap build:sw", - "build:js": "react-scripts build", + "build": "npm-run-all -s prepare-content build:app build:postcss build:react-snapshot build:sitemap build:sw", + "build:app": "react-scripts build", "build:postcss": "postcss build/static/css/*.css -r", "build:react-snapshot": "react-snapshot", "build:sw": "sw-precache --config='sw-precache-config.js'",