chore: add prepack

This commit is contained in:
Koen Kanters
2024-12-24 22:10:04 +01:00
parent b65cc0ee74
commit b8e6385e05
+1
View File
@@ -29,6 +29,7 @@
"test": "vitest run --config ./test/vitest.config.mts",
"test:coverage": "vitest run --config ./test/vitest.config.mts --coverage",
"test:watch": "vitest watch --config ./test/vitest.config.mts",
"prepack": "pnpm run clean && pnpm run build",
"clean": "rimraf coverage dist tsconfig.tsbuildinfo"
},
"author": "Koen Kanters",