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 c88ba9b commit 106b32dCopy full SHA for 106b32d
package.json
@@ -46,7 +46,7 @@
46
"build:tests": "jake tests",
47
"clean": "jake clean",
48
"jake": "jake",
49
- "postinstall": "echo \"try {require('./scripts/link-hooks.js')} catch (e) {console.log('Script not found, git hooks not installed.')}\" | node"
+ "postinstall": "echo \"try {require('./scripts/link-hooks.js'); console.log('Git hooks installed.');} catch (e) {console.log('Script not run, git hooks not installed.')}\" | node"
50
},
51
"browser": {
52
"buffer": false,
0 commit comments