We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02250fc commit 3795b99Copy full SHA for 3795b99
package.json
@@ -8,7 +8,7 @@
8
"main": "dist/index.js",
9
"scripts": {
10
"build": "tsc && node build.mjs && chmod +x dist/index.js",
11
- "build:cli": "tsx scripts/build.ts && chmod +x dist/index.js",
+ "build:cli": "tsx scripts/build.ts",
12
"start": "node dist/index.js",
13
"test:list": "node --loader ts-node/esm src/index.ts list",
14
"test:install": "node --loader ts-node/esm src/index.ts install",
0 commit comments