添加firefox支持

This commit is contained in:
IndieKKY
2023-11-28 10:30:42 +08:00
parent 65861829e2
commit 250da4fd28
2 changed files with 26 additions and 3 deletions

View File

@@ -7,9 +7,10 @@
"main": "index.js",
"scripts": {
"dev": "vite",
"build_chrome": "tsc && vite build -m production_chrome && pnpm run fixChrome",
"fix": "eslint --fix --quiet .",
"fixChrome": "node fixChrome.cjs"
"build": "tsc && vite build -m production_chrome",
"build_chrome": "pnpm run build && node fixChrome.cjs",
"build_firefox": "pnpm run build && node fixFirefox.cjs",
"fix": "eslint --fix --quiet ."
},
"author": "IndieKKY",
"license": "MIT",