Skip to content

Commit

Permalink
add --recursive to sass watch script (facebook#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Burato authored and Daniel Figueiredo committed Feb 22, 2017
1 parent 72500cc commit 337f16f
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 337f16f

Please sign in to comment.