Skip to content

Commit 7aae09c

Browse files
originellgaearon
authored andcommitted
Removes another left-over build-css
1 parent 3b89479 commit 7aae09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Then in `package.json`, add the following lines to `scripts`:
621621
```diff
622622
"scripts": {
623623
+ "build-css": "node-sass-chokidar src/ -o src/",
624-
+ "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch",
624+
+ "watch-css": "node-sass-chokidar src/ -o src/ --watch",
625625
"start": "react-scripts start",
626626
"build": "react-scripts build",
627627
"test": "react-scripts test --env=jsdom",

0 commit comments

Comments
 (0)