Remove prepack hook

This commit is contained in:
Lukas Senionis
2022-10-28 22:00:33 +03:00
committed by GitHub
parent 92ffc76075
commit 9c72a55aff

View File

@@ -10,7 +10,6 @@
"build": "shx rm -rf dist && tsc -b",
"dev": "tsc -b -w",
"docs": "typedoc --tsconfig ./tsconfig.json src/**/*",
"prepack": "npm run build",
"test": "echo 'No tests for now!'",
"prepare": "husky install",
"commit": "git-cz"