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": {
|
"husky": {
|
||||||
"skipCI": true,
|
"skipCI": true,
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "npm run build && npm run format",
|
"pre-commit": "npm run build && npm run format && npm run build-dist",
|
||||||
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
|
"post-commit": "npm prune --production"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue