Skip to content

Commit

Permalink
chore: fix execa issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 27, 2024
1 parent 6f668c0 commit 5a344bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "unbuild --stub",
"build": "unbuild && tsx scripts/patchCJS.ts",
"test": "vitest run",
"release": "tsx scripts/release.ts",
"release": "tsx -C import scripts/release.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"engines": {
Expand Down

0 comments on commit 5a344bd

Please sign in to comment.