We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695d7fe commit 2cbdc43Copy full SHA for 2cbdc43
packages/react-scripts/template/README.md
@@ -428,7 +428,7 @@ Then in `package.json`, add the following lines to `scripts`:
428
```diff
429
"scripts": {
430
+ "build-css": "node-sass src/ -o src/",
431
-+ "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",
432
"start": "react-scripts start",
433
"build": "react-scripts build",
434
"test": "react-scripts test --env=jsdom",
0 commit comments