Skip to content

Commit

Permalink
chore: not allow run typecheck when run node bin/rspack for other pro…
Browse files Browse the repository at this point in the history
…ject (#7964)

chore: not allow run typecheck when run node bin/rspack for other projects
  • Loading branch information
hardfist authored Sep 24, 2024
1 parent d1b01d5 commit 7688797
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/rspack-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
{
"path": "../rspack"
}
]
],
"ts-node": {
"transpileOnly": true
}
}

2 comments on commit 7688797

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ✅ success
devserver ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-09-24 ce775cc) Current Change
10000_development-mode + exec 2.22 s ± 47 ms 2.26 s ± 36 ms +1.81 %
10000_development-mode_hmr + exec 687 ms ± 7.8 ms 705 ms ± 12 ms +2.66 %
10000_production-mode + exec 2.8 s ± 38 ms 2.94 s ± 28 ms +4.88 %
arco-pro_development-mode + exec 1.84 s ± 83 ms 1.85 s ± 62 ms +0.76 %
arco-pro_development-mode_hmr + exec 434 ms ± 1.9 ms 437 ms ± 3.4 ms +0.72 %
arco-pro_production-mode + exec 3.25 s ± 61 ms 3.31 s ± 110 ms +1.80 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.32 s ± 67 ms 3.37 s ± 69 ms +1.74 %
threejs_development-mode_10x + exec 1.68 s ± 21 ms 1.7 s ± 24 ms +1.15 %
threejs_development-mode_10x_hmr + exec 781 ms ± 7.9 ms 790 ms ± 13 ms +1.19 %
threejs_production-mode_10x + exec 5.11 s ± 31 ms 5.2 s ± 81 ms +1.76 %

Please sign in to comment.