Skip to content

Commit ff82867

Browse files
committed
build: new path for husky add
1 parent 05a0e3c commit ff82867

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

0 commit comments

Comments
 (0)