Skip to content

Commit

Permalink
fix: fix firefox build script
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Jul 2, 2023
1 parent 384bce6 commit 13b0c2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:16

WORKDIR /temp

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "vitest",
"cov": "vitest --coverage",
"dev": "cross-env NODE_ENV=development yarn _dev",
"dev:dd": "cross-env TARGET_BROWSER=Firefox NODE_ENV=development yarn _dev",
"dev:ff": "cross-env TARGET_BROWSER=Firefox NODE_ENV=development yarn _dev",
"_dev": "webpack --config webpack/webpack.dev.js --watch",
"release": "ts-node script/release.ts",
"release:ff": "bash script/release_ff.sh",
Expand Down
1 change: 0 additions & 1 deletion src/main/tool.main.firefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { ITabService } from '@/service/common/tab';
import { PopupIpcClient, PopupContentScriptIPCClient } from '@/service/ipc/browser/popup/ipcClient';
import '@/service/request/tool/basic';
import '@/service/config/browser/configService';
import '@/service/powerpackService';
import localeService from '@/common/locales';
Container.set(ILocaleService, localeService);
import '@/service/extension/browser/extensionService';
Expand Down

0 comments on commit 13b0c2c

Please sign in to comment.