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 2358d97 commit f7776f3Copy full SHA for f7776f3
package.json
@@ -59,7 +59,7 @@
59
},
60
"husky": {
61
"hooks": {
62
- "pre-push": "export NOW=$(date) && npm run webpack:prod && git add --no-verify ./assets/js && git commit --no-verify -m \"🐶 [husky] pre push hook building the production js ${NOW}\" && git push --no-verify -u origin HEAD"
+ "pre-push": "export NOW=$(date) && npm run webpack:prod && git commit --no-verify ./assets/js -m \"🐶 [husky] pre push hook building the production js ${NOW}\" && git push --no-verify -u origin HEAD"
63
}
64
65
0 commit comments