Skip to content

Commit 6aac63d

Browse files
committed
fix(scrips): import fs as a commonjs module
1 parent 8dbc180 commit 6aac63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commons.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execa } from "execa";
2-
import * as fs from "fs-extra";
2+
import fs from "fs-extra";
33

44
export const releaseDirectories = [
55
"graphiql",

0 commit comments

Comments
 (0)