We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e7bd commit 655d913Copy full SHA for 655d913
package.json
@@ -42,7 +42,7 @@
42
"prepare": "is-ci || husky",
43
"test:diff": "pnpm --filter \"@rspack/*\" test:diff",
44
"test:hot": "pnpm --filter \"@rspack/*\" test:hot",
45
- "test:unit": "pnpm --parallel --filter \"@rspack/*\" test",
+ "test:unit": "pnpm --sequential --filter \"@rspack/*\" test",
46
"test:e2e": "pnpm --filter \"e2e-test\" test",
47
"test:ci": "cross-env NODE_OPTIONS=--max_old_space_size=8192 pnpm run build:js && pnpm run test:unit && pnpm test:webpack",
48
"test:webpack": "pnpm --filter \"webpack-test\" test:metric",
@@ -104,4 +104,4 @@
104
"esbuild"
105
]
106
}
107
-}
+}
0 commit comments