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 de622e8 commit 9837b4fCopy full SHA for 9837b4f
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"prepare": "npm run build",
9
"build:clean": "rm -rf dist",
10
- "build:compile": "npx tsc",
+ "build:compile": "tsc",
11
"build:addshebang": "echo '#!/usr/bin/env node' > dist/index2.js && cat dist/index.js >> dist/index2.js && mv dist/index2.js dist/index.js",
12
"build:chmod": "chmod +x dist/index.js",
13
"build": "npm run build:clean && npm run build:compile && npm run build:addshebang && npm run build:chmod",
0 commit comments