Skip to content

Commit 337f16f

Browse files
Alessandro BuratoDaniel Figueiredo
Alessandro Burato
authored and
Daniel Figueiredo
committed
add --recursive to sass watch script (facebook#1564)
1 parent 72500cc commit 337f16f

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
@@ -419,7 +419,7 @@ Then we can change `start` and `build` scripts to include the CSS preprocessor c
419419
```diff
420420
"scripts": {
421421
"build-css": "node-sass src/ -o src/",
422-
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch",
422+
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
423423
- "start": "react-scripts start",
424424
- "build": "react-scripts build",
425425
+ "start-js": "react-scripts start",

0 commit comments

Comments
 (0)