Skip to content

Commit 5cdee20

Browse files
committed
use correct rspack
1 parent a062efc commit 5cdee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ rspackCommand
202202
.action(async ({ debug }) => {
203203
try {
204204
if (!debug) {
205-
await $`pnpx rspack ${getVariadicArgs()}`;
205+
await $`pnpm rspack ${getVariadicArgs()}`;
206206
return;
207207
}
208208
await launchRspackCli(getVariadicArgs());

0 commit comments

Comments
 (0)