Skip to content

Commit 3795b99

Browse files
committed
update build script
1 parent 02250fc commit 3795b99

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
@@ -8,7 +8,7 @@
88
"main": "dist/index.js",
99
"scripts": {
1010
"build": "tsc && node build.mjs && chmod +x dist/index.js",
11-
"build:cli": "tsx scripts/build.ts && chmod +x dist/index.js",
11+
"build:cli": "tsx scripts/build.ts",
1212
"start": "node dist/index.js",
1313
"test:list": "node --loader ts-node/esm src/index.ts list",
1414
"test:install": "node --loader ts-node/esm src/index.ts install",

0 commit comments

Comments
 (0)