diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 518ce8aa036..2c8ec3eda5e 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -621,7 +621,7 @@ Then in `package.json`, add the following lines to `scripts`: ```diff "scripts": { + "build-css": "node-sass-chokidar src/ -o src/", -+ "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch", ++ "watch-css": "node-sass-chokidar src/ -o src/ --watch", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom",