Skip to content

Commit

Permalink
fix: npx tsx confirmation prompt blocks (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlow92 authored Oct 23, 2024
1 parent bc326fc commit d57c562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "npx tsx ./scripts/gendtsdev.ts && tsup --watch",
"prepare": "tsup && npx tsx ./scripts/patchdts.ts"
"dev": "npx --yes tsx ./scripts/gendtsdev.ts && tsup --watch",
"prepare": "tsup && npx --yes tsx ./scripts/patchdts.ts"
},
"dependencies": {
"polished": "^4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"template/**/*"
],
"scripts": {
"dev": "npx tsx buildscripts/gendtsdev.ts && tsup --watch",
"dev": "npx --yes tsx buildscripts/gendtsdev.ts && tsup --watch",
"prepare": "rm -rf dist/ && tsup",
"test": "jest",
"test:ci": "jest"
Expand Down

0 comments on commit d57c562

Please sign in to comment.