mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-27 14:36:25 +00:00
Tweaks
This commit is contained in:
parent
ca3754a668
commit
bfdf4e51e1
2457
package-lock.json
generated
Normal file
2457
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -37,8 +37,8 @@
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run format",
|
||||
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
|
||||
"pre-commit": "npm run build && npm run format && npm run build-dist",
|
||||
"post-commit": "npm prune --production"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user