Skip to content

Commit b4f0b9b

Browse files
committed
fix: dev command
1 parent eabc8e9 commit b4f0b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"template/**/*"
3333
],
3434
"scripts": {
35-
"dev": "ts-node ./buildscripts/gentsdev.ts && tsup --watch",
35+
"dev": "ts-node ./buildscripts/gendtsdev.ts && tsup --watch",
3636
"prepare": "rm -rf dist/ && tsup",
3737
"test": "jest",
3838
"test:ci": "jest"

0 commit comments

Comments
 (0)