Skip to content

Commit ca7f4b2

Browse files
committed
fix: chmod before publishing
1 parent 64219da commit ca7f4b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
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)