chore: fix scripts

This commit is contained in:
mathuo 2025-08-02 21:18:59 +01:00
parent 392e63c226
commit 212863cbec
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -41,7 +41,7 @@
"README.md"
],
"scripts": {
"build:bundle": "",
"build:bundle": "echo 'noop'",
"build:js": "vite build",
"build:types": "vue-tsc --project tsconfig.build-types.json --declaration --emitDeclarationOnly --outDir dist/types",
"build:css": "node scripts/copy-css.js",