Skip to content

Commit 9d1ed09

Browse files
committed
add watch to react-scripts case
1 parent 21f8e61 commit 9d1ed09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/bin/react-scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const nodeArgs = scriptIndex > 0 ? args.slice(0, scriptIndex) : [];
2020
switch (script) {
2121
case 'build':
2222
case 'eject':
23+
case 'watch':
2324
case 'start':
2425
case 'test': {
2526
const result = spawn.sync(

0 commit comments

Comments
 (0)