We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ce2e8 commit 2cc62fbCopy full SHA for 2cc62fb
package.json
@@ -9,7 +9,7 @@
9
"license": "UNLICENSED",
10
"packageManager": "[email protected]",
11
"scripts": {
12
- "build": "tsc -p tsconfig.build.json",
+ "build": "tsc -p tsconfig.build.json && chmod +x build/cli.js",
13
"clean": "yarn dlx rimraf ./dist",
14
"lint": "eslint .",
15
"test": "vitest"
0 commit comments