feat: zip extension and update reaedme

This commit is contained in:
Pihkaal
2025-11-05 19:11:07 +01:00
parent 5c47d20a6e
commit 1777382349
3 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"zip": "pnpm build && cp -r dist aphp-gestime-exporter && zip -r aphp-gestime-exporter.zip aphp-gestime-exporter && rm -rf aphp-gestime-exporter/",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix --cache",
"lint": "run-s lint:*",