revert to 2 step build

This commit is contained in:
vcoppe
2024-09-24 14:50:44 +02:00
parent 58415af7da
commit 294ff5bedf
3 changed files with 17 additions and 3 deletions

View File

@@ -22,6 +22,6 @@
},
"scripts": {
"build": "tsc",
"postinstall": "npm install && npm run build"
"postinstall": "npm run build"
}
}