Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 20, 2024
1 parent b99ab3d commit aef4fd2
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:diff": "pnpm --filter \"@rspack/*\" test:diff",
"test:hot": "pnpm --filter \"@rspack/*\" test:hot",
"test:unit": "pnpm --filter \"@rspack/*\" test",
"test:e2e": "pnpm --filter \"@rspack-e2e/*\" test",
"test:e2e": "pnpm --filter \"e2e-test\" test",
"test:ci": "cross-env NODE_OPTIONS=--max_old_space_size=8192 pnpm run build:js && pnpm run test:unit && npm run test:plugin && pnpm test:webpack",
"test:plugin": "pnpm --filter \"plugin-test\" test",
"test:webpack": "pnpm --filter \"webpack-test\" test:metric",
Expand Down
151 changes: 129 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ packages:
- "crates/rspack_fs_node"
- "examples/**"
- "!examples/three"
- "tests/e2e"
- "tests/webpack-examples"
- "tests/webpack-test"
- "tests/plugin-test"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rspack-e2e",
"name": "e2e-test",
"private": true,
"version": "0.1.8",
"scripts": {
Expand Down

0 comments on commit aef4fd2

Please sign in to comment.