Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit d2d33ee

Browse files
committed
Allow to run wamp-pack
1 parent 88801c8 commit d2d33ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async function run(command: string, options: RunOptions) {
187187
"--allow-net",
188188
"--allow-read=" + rwDirs.join(","),
189189
"--allow-write=" + rwDirs.join(","),
190-
"--allow-run=" + esbuildBinPath,
190+
"--allow-run=" + `${esbuildBinPath},wasm-pack`,
191191
"--location=http://localhost",
192192
"--no-check",
193193
"--unstable",

0 commit comments

Comments
 (0)