Skip to content

Commit 0887be6

Browse files
authored
Merge pull request #43 from aminya/chmod-before-publish
fix: chmod binaries before publishing
2 parents 97a012f + 09f473b commit 0887be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
},
1919
"scripts": {
2020
"test": "mocha test && standard",
21+
"prepublishOnly": "shx chmod -R +x ./bin",
2122
"preinstall": "node build.js"
2223
},
2324
"devDependencies": {
2425
"electron-download": "^3.0.1",
2526
"extract-zip": "^1.5.0",
2627
"mocha": "^3.1.2",
28+
"shx": "^0.3.3",
2729
"standard": "^8.4.0",
2830
"temp": "^0.8.3"
2931
},

0 commit comments

Comments
 (0)