Skip to content

Commit 85297d5

Browse files
Alessandro Buratorandycoulman
Alessandro Burato
authored andcommitted
add --recursive to sass watch script (facebook#1564)
1 parent 78e6f56 commit 85297d5

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)