Skip to content

Commit

Permalink
fix(test): fix test for next release and update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Oct 10, 2024
1 parent 910dd85 commit 47e3fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"license": "MIT",
"scripts": {
"generate": "node --import @oxc-node/core/register ./scripts/generate.ts && pnpm format",
"generate": "node --experimental-json-modules --import @oxc-node/core/register ./scripts/generate.ts",
"clone": "node --import @oxc-node/core/register ./scripts/sparse-clone.ts",
"build": "vite build",
"lint": "npx oxlint && npx eslint",
Expand Down

0 comments on commit 47e3fa5

Please sign in to comment.