Skip to content

Commit

Permalink
Removes another left-over build-css
Browse files Browse the repository at this point in the history
  • Loading branch information
originell authored and gaearon committed May 20, 2018
1 parent 3b89479 commit 7aae09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7aae09c

Please sign in to comment.