Skip to content

Commit

Permalink
add --recursive to sass watch script (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Burato authored and gaearon committed Feb 15, 2017
1 parent b0bc46e commit 075e729
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 @@ -419,7 +419,7 @@ Then we can change `start` and `build` scripts to include the CSS preprocessor c
```diff
"scripts": {
"build-css": "node-sass src/ -o src/",
"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",
- "start": "react-scripts start",
- "build": "react-scripts build",
+ "start-js": "react-scripts start",
Expand Down

0 comments on commit 075e729

Please sign in to comment.