mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: separate firefox dev and build scripts
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@
|
||||
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"dev:firefox": "VITE_TARGET=firefox vite build --watch",
|
||||
"build": "vite build",
|
||||
"build:firefox": "VITE_TARGET=firefox vite build",
|
||||
"package": "rimraf ./dist/*.map && 7z a -tzip extension.zip ./dist/*"
|
||||
},
|
||||
"targets": {
|
||||
@@ -20,7 +22,7 @@
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@crxjs/vite-plugin": "beta",
|
||||
"@crxjs/vite-plugin": "^2.0.0-beta.23",
|
||||
"@vitejs/plugin-react-swc": "^3.6.0",
|
||||
"eslint": "^8.56.0",
|
||||
"parcel": "^2.11.0",
|
||||
|
||||
Reference in New Issue
Block a user