Skip to content

Commit 1683c10

Browse files
git hooks os independent
1 parent cb729b6 commit 1683c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:linux-x64": "npm install; ./node_modules/pkg/lib-es5/bin.js -t node4-linux-x64 src/requestsDebugger.js; mv requestsDebugger RequestsDebugger-Linux-x64",
1313
"build:linux": "npm run build:linux-x86; npm run build:linux-x64",
1414
"build:win": "npm install; ./node_modules/pkg/lib-es5/bin.js -t node4-win-x86 src/requestsDebugger.js; mv requestsDebugger.exe RequestsDebugger.exe",
15-
"copyhooks": "cp hooks/* .git/hooks/; chmod +x .git/hooks/*",
15+
"copyhooks": "node ./scripts/copyhooks.js",
1616
"postinstall": "npm run copyhooks"
1717
},
1818
"bin": {

0 commit comments

Comments
 (0)