Skip to content

Commit 106b32d

Browse files
committed
Better messages.
1 parent c88ba9b commit 106b32d

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
@@ -46,7 +46,7 @@
4646
"build:tests": "jake tests",
4747
"clean": "jake clean",
4848
"jake": "jake",
49-
"postinstall": "echo \"try {require('./scripts/link-hooks.js')} catch (e) {console.log('Script not found, git hooks not installed.')}\" | node"
49+
"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"
5050
},
5151
"browser": {
5252
"buffer": false,

0 commit comments

Comments
 (0)