niceify build script

This commit is contained in:
john 2025-06-17 10:30:54 +02:00
parent df0a145f3b
commit f21d20e08c
2 changed files with 33 additions and 4 deletions

View file

@ -8,7 +8,7 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"build:deploy": "bash scripts/bump-build-push.sh",
"build:deploy": "bash scripts/publish.sh",
"generate:schema": "node scripts/generate-schema.mjs"
},
"dependencies": {