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 f3ec6f6 commit 93a3966Copy full SHA for 93a3966
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"test-watch": "node_modules/karma/bin/karma start",
10
"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",
+ "prepush": "npm test && npm build && git add -u",
12
"watch": "node_modules/grunt-cli/bin/grunt watch",
13
"build": "node_modules/grunt-cli/bin/grunt build",
14
"build-dev": "node_modules/grunt-cli/bin/grunt build-dev",
0 commit comments