fix workflow

This commit is contained in:
Gabe Yuan
2023-08-15 11:20:03 +08:00
parent 21840e718d
commit 2ef844373e
2 changed files with 40 additions and 24 deletions

View File

@@ -27,7 +27,6 @@
"build:userscript": "rm -rf build/userscript && mkdir build/userscript && cp build/web/kiss-translator.user.js build/userscript/kiss-translator.user.js",
"build": "yarn build:chrome && yarn build:edge && yarn build:firefox && yarn build:web && yarn build:userscript",
"deploy:web": "wrangler pages deploy ./build/web --project-name kiss-translator",
"zip": "zip -r edge.zip dist/edge/",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},