We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b89479 commit 7aae09cCopy full SHA for 7aae09c
packages/react-scripts/template/README.md
@@ -621,7 +621,7 @@ Then in `package.json`, add the following lines to `scripts`:
621
```diff
622
"scripts": {
623
+ "build-css": "node-sass-chokidar src/ -o src/",
624
-+ "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch",
++ "watch-css": "node-sass-chokidar src/ -o src/ --watch",
625
"start": "react-scripts start",
626
"build": "react-scripts build",
627
"test": "react-scripts test --env=jsdom",
0 commit comments