Skip to content

Commit 93a3966

Browse files
committed
Husky hook
1 parent f3ec6f6 commit 93a3966

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"test-watch": "node_modules/karma/bin/karma start",
1010
"test": "node_modules/karma/bin/karma start --single-run",
11-
"prepush": "node_modules/grunt-cli/bin/grunt test && node_modules/grunt-cli/bin/grunt build && git add -u",
11+
"prepush": "npm test && npm build && git add -u",
1212
"watch": "node_modules/grunt-cli/bin/grunt watch",
1313
"build": "node_modules/grunt-cli/bin/grunt build",
1414
"build-dev": "node_modules/grunt-cli/bin/grunt build-dev",

0 commit comments

Comments
 (0)