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 4b4ffec commit df02fd4Copy full SHA for df02fd4
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"test": "jest",
9
"lint": "eslint .",
10
- "build": "tsc -p tsconfig.build.json",
+ "build": "tsc -p tsconfig.build.json && yarn dlx glob-chmod 755 build/bin/*",
11
"clean": "yarn dlx rimraf build",
12
"prepack": "pinst --disable",
13
"postpack": "pinst --enable",
0 commit comments