Skip to content

Commit 6e551c5

Browse files
committed
ci: configure husky
1 parent 4680101 commit 6e551c5

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
@@ -59,7 +59,7 @@
5959
},
6060
"husky": {
6161
"hooks": {
62-
"pre-push": "export NOW=$(date) npm run webpack:prod && git add assets/js/* && git commit -m \"🐶 [husky] pre push hook building the production js ${NOW}\""
62+
"pre-push": "export NOW=$(date) && npm run webpack:prod && git add assets/js/* && git commit -m \"🐶 [husky] pre push hook building the production js ${NOW}\""
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)