Skip to content

Commit 5a344bd

Browse files
committed
chore: fix execa issue
privatenumber/tsx#673
1 parent 6f668c0 commit 5a344bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dev": "unbuild --stub",
2020
"build": "unbuild && tsx scripts/patchCJS.ts",
2121
"test": "vitest run",
22-
"release": "tsx scripts/release.ts",
22+
"release": "tsx -C import scripts/release.ts",
2323
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2424
},
2525
"engines": {

0 commit comments

Comments
 (0)