feat: build as chrome extension
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build": "run-s type-check build-only copy:manifest",
|
||||
"copy:manifest": "cp public/manifest.json dist/",
|
||||
"preview": "vite preview",
|
||||
"test:unit": "vitest",
|
||||
"test:e2e": "playwright test",
|
||||
@@ -27,6 +28,7 @@
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@prettier/plugin-oxc": "^0.0.4",
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/chrome": "^0.1.27",
|
||||
"@types/jsdom": "^27.0.0",
|
||||
"@types/node": "^22.18.11",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user