Skip to content

Commit a5f119f

Browse files
committed
changed watcher command from startdev to dev
1 parent 58e48d6 commit a5f119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"android": "node ../bin/copy-to-run.js && react-native-scripts android",
1010
"ios": "node ../bin/copy-to-run.js && react-native-scripts ios",
1111
"test": "node node_modules/jest/bin/jest.js --watch",
12-
"startdev": "node ../bin/watch.js"
12+
"dev": "node ../bin/watch.js"
1313
},
1414
"jest": {
1515
"preset": "jest-expo"

0 commit comments

Comments
 (0)