diff --git a/package.json b/package.json index aff0493..5804bef 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,7 @@ "husky": { "skipCI": true, "hooks": { - "pre-commit": "npm run build && npm run format && npm run build-dist", - "post-commit": "npm prune --production" + "pre-commit": "npm run build && npm run format && npm run build-dist" } } }