Skip to content

Commit

Permalink
fix: rsbuild doctor add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 committed Nov 21, 2023
1 parent ceb4801 commit a837289
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 @@ -17,7 +17,7 @@
"e2e": "cd ./e2e && pnpm test",
"e2e:rspack": "cd ./e2e && pnpm test:rspack",
"e2e:webpack": "cd ./e2e && pnpm test:webpack",
"e2e:doctor": "cross-env NODE_OPTIONS=--max-old-space-size=8192 cd ./e2e && pnpm test:doctor",
"e2e:doctor": "cd ./e2e && cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm test:doctor",
"gen-release-note": "modern gen-release-note",
"lint": "echo todo",
"new": "modern new",
Expand Down

0 comments on commit a837289

Please sign in to comment.