Skip to content

Commit 9af6f45

Browse files
committed
build(husky): now it should be fine
1 parent f4927b4 commit 9af6f45

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-commit": "npm run webpack:prod"
62+
"pre-commit": "npm run webpack:prod && git add assets/js/*"
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)