feat: add extension packing script and update build script
All checks were successful
Deploy to Production / deploy (push) Successful in 14s

This commit is contained in:
2026-03-03 11:03:43 +00:00
parent f2203e896e
commit ee387d9637
4 changed files with 127 additions and 5 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "tools-app",
"private": true,
"version": "0.6.16",
"version": "0.6.17",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"pack-extension": "node scripts/pack_crx.js",
"postinstall": "mkdir -p public/wasm && cp node_modules/zxing-wasm/dist/reader/zxing_reader.wasm public/wasm/"
},
"dependencies": {