You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running wasm-pack build with the --out-dir option with a value of something else than "pkg" I'm not able to run wasm-pack pack or wasm-pack publish because these commands require the output directory to be the default "pkg".
🤔 Expected Behavior
I should be able to provide an option to the pack and publish commands that will allow me to use them when I've built my package to a different output directory.
👟 Steps to reproduce
wasm-pack build -d web
wasm-pack pack
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.12.1
rustc version: 1.75.0
The text was updated successfully, but these errors were encountered:
🐛 Bug description
When running
wasm-pack build
with the--out-dir
option with a value of something else than"pkg"
I'm not able to runwasm-pack pack
orwasm-pack publish
because these commands require the output directory to be the default"pkg"
.🤔 Expected Behavior
I should be able to provide an option to the
pack
andpublish
commands that will allow me to use them when I've built my package to a different output directory.👟 Steps to reproduce
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.12.1
rustc version: 1.75.0
The text was updated successfully, but these errors were encountered: