This commit is contained in:
Viacheslav Kudinov 2021-06-10 15:26:35 +02:00
parent ca3754a668
commit bfdf4e51e1
2 changed files with 2459 additions and 2 deletions

2457
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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"
} }
} }
} }