Skip to content

Commit 7bbff78

Browse files
committed
Add a root "dev" script
1 parent e3788ca commit 7bbff78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules#readme",
1111
"scripts": {
12-
"build": "tsc --build"
12+
"build": "tsc --build",
13+
"dev": "tsc --build --watch"
1314
},
1415
"author": {
1516
"name": "Callstack",

0 commit comments

Comments
 (0)