Skip to content

Commit c43b9a9

Browse files
authored
fix: build script (#77)
1 parent fc3e8c7 commit c43b9a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build-extension.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import fs from "node:fs";
21
import path from "node:path";
32
import { fileURLToPath } from "node:url";
3+
import fs from "fs-extra";
44
import webExt from "web-ext";
55

66
const args = process.argv.slice(2);

0 commit comments

Comments
 (0)