We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f9d20 commit 6ae2d06Copy full SHA for 6ae2d06
packages/react-scripts/template/README.md
@@ -419,7 +419,7 @@ Then we can change `start` and `build` scripts to include the CSS preprocessor c
419
```diff
420
"scripts": {
421
"build-css": "node-sass src/ -o src/",
422
- "watch-css": "npm run build-css && node-sass src/ -o src/ --watch",
+ "watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
423
- "start": "react-scripts start",
424
- "build": "react-scripts build",
425
+ "start-js": "react-scripts start",
0 commit comments