Skip to content

Commit 45b30c9

Browse files
authored
Fix icons generate script (#2798)
1 parent 67f7836 commit 45b30c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "*"
3232
},
3333
"scripts": {
34-
"generate": "node ./bin/gen-list.js",
34+
"generate": "bun ./bin/gen-list.js",
3535
"build": "tsc",
3636
"typecheck": "tsc --noEmit",
3737
"dev": "tsc -w",

0 commit comments

Comments
 (0)