This commit is contained in:
IndieKKY
2024-09-19 16:24:55 +08:00
parent 78b5d7a18b
commit 3a9a8d9d56
5 changed files with 2 additions and 14 deletions

View File

@@ -8,7 +8,6 @@
"scripts": {
"dev": "vite",
"build_chrome": "tsc && vite build -m production_chrome && node fixChrome.cjs",
"build_edge": "tsc && vite build -m production_edge && node fixChrome.cjs",
"build_firefox": "tsc && vite build -m production_chrome && node fixFirefox.cjs",
"fix": "eslint --fix --quiet ."
},