Tweaks
This commit is contained in:
parent
ca3754a668
commit
bfdf4e51e1
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