We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a336ad commit fc885a0Copy full SHA for fc885a0
packages/react-scripts/template/README.md
@@ -599,7 +599,8 @@ Then we can change `start` and `build` scripts to include the CSS preprocessor c
599
- "build": "react-scripts build",
600
+ "start-js": "react-scripts start",
601
+ "start": "npm-run-all -p watch-css start-js",
602
-+ "build": "npm run build-css && react-scripts build",
++ "build-js": "react-scripts build",
603
++ "build": "npm-run-all build-css build-js",
604
"test": "react-scripts test --env=jsdom",
605
"eject": "react-scripts eject"
606
}
0 commit comments