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 53908b1 commit f913df4Copy full SHA for f913df4
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "jest",
8
"lint": "eslint .",
9
- "build": "tsc -p tsconfig.build.json && yarn dlx chmodx build/bin/*",
+ "build": "tsc -p tsconfig.build.json && yarn dlx glob-chmod 755 build/bin/*",
10
"watch": "tsc -p tsconfig.json -w --preserveWatchOutput",
11
"clean": "npx rimraf ./build",
12
"prepublishOnly": "yarn build",
0 commit comments