Skip to content

Commit

Permalink
fix: dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Mar 17, 2024
1 parent eabc8e9 commit b4f0b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"template/**/*"
],
"scripts": {
"dev": "ts-node ./buildscripts/gentsdev.ts && tsup --watch",
"dev": "ts-node ./buildscripts/gendtsdev.ts && tsup --watch",
"prepare": "rm -rf dist/ && tsup",
"test": "jest",
"test:ci": "jest"
Expand Down

0 comments on commit b4f0b9b

Please sign in to comment.