Skip to content

Commit a07fa9a

Browse files
committed
Fix prepare script to use npx for git installs
1 parent ebd22ba commit a07fa9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/unlayer/cli/issues"
2525
},
2626
"scripts": {
27-
"prepare": "tsup",
27+
"prepare": "npx tsup",
2828
"build": "tsup",
2929
"dev": "tsup --watch",
3030
"start": "node dist/index.js",

0 commit comments

Comments
 (0)