Fix build:js typo
This commit is contained in:
parent
3b7570349b
commit
b12bb3cf15
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@
|
|||
"start": "npm-run-all prepare-content -p start:content start:js",
|
||||
"start:js": "react-scripts start",
|
||||
"start:content": "chokidar 'content/**/**' -c 'npm run prepare-content'",
|
||||
"build": "npm-run-all -s prepare-content build:* build:postcss build:react-snapshot build:sitemap build:sw",
|
||||
"build":
|
||||
"npm-run-all -s prepare-content build:js build:postcss build:react-snapshot build:sitemap build:sw",
|
||||
"build:js": "react-scripts build",
|
||||
"build:postcss": "postcss build/static/css/*.css -r",
|
||||
"build:react-snapshot": "react-snapshot",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue