Update build script
All checks were successful
CI / build (push) Successful in 21s

This commit is contained in:
2025-09-03 20:17:17 +01:00
parent 3d2c5ba45d
commit a91f1ee417
2 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
"format": "prettier --write .",
"test": "jest",
"build": "tsc",
"postinstall": "tsc"
"postinstall": "npm run build"
},
"repository": {
"type": "git",