Skip to content

Commit 9837b4f

Browse files
committed
chore: address comments
1 parent de622e8 commit 9837b4f

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"prepare": "npm run build",
99
"build:clean": "rm -rf dist",
10-
"build:compile": "npx tsc",
10+
"build:compile": "tsc",
1111
"build:addshebang": "echo '#!/usr/bin/env node' > dist/index2.js && cat dist/index.js >> dist/index2.js && mv dist/index2.js dist/index.js",
1212
"build:chmod": "chmod +x dist/index.js",
1313
"build": "npm run build:clean && npm run build:compile && npm run build:addshebang && npm run build:chmod",

0 commit comments

Comments
 (0)