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 cb729b6 commit 1683c10Copy full SHA for 1683c10
package.json
@@ -12,7 +12,7 @@
12
"build:linux-x64": "npm install; ./node_modules/pkg/lib-es5/bin.js -t node4-linux-x64 src/requestsDebugger.js; mv requestsDebugger RequestsDebugger-Linux-x64",
13
"build:linux": "npm run build:linux-x86; npm run build:linux-x64",
14
"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/*",
+ "copyhooks": "node ./scripts/copyhooks.js",
16
"postinstall": "npm run copyhooks"
17
},
18
"bin": {
0 commit comments