feat: add CI for publishing chrome extension (#1568)
* fix: remove the permission not needed and update the player style link * fix: change the way of importing worker script * improve the extension version * build: add process env to disable inline worker import * improve style file * upgrade svelte2tsx * disable eslint check for that line * merge the extension-release action into release action --------- Co-authored-by: YunFeng0817 <YunFeng0817@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"vite.config.defaults.ts",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"globalPassThroughEnv": ["PUPPETEER_HEADLESS"],
|
||||
"globalPassThroughEnv": ["PUPPETEER_HEADLESS", "DISABLE_WORKER_INLINING"],
|
||||
"tasks": {
|
||||
"prepublish": {
|
||||
"dependsOn": ["^prepublish", "//#references:update"],
|
||||
|
||||
Reference in New Issue
Block a user