Skip to content

Commit 821011a

Browse files
committed
chore(client): pre-build shell
1 parent 0be7359 commit 821011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/scripts/pre-build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import fse from 'fs-extra'
55
const __dirname = fileURLToPath(new URL('.', import.meta.url))
66

77
async function run() {
8-
;['../../chrome-extension/client', '../../electron/client', '../../vite/client'].forEach((dir) => {
8+
;['../../chrome-extension/client', '../../firefox-extension/client', '../../electron/client', '../../vite/client'].forEach((dir) => {
99
const absoluteDir = resolve(__dirname, dir)
1010
if (fse.existsSync(absoluteDir))
1111
fse.removeSync(absoluteDir)

0 commit comments

Comments
 (0)