Fix: use correct target
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0a3750c983
commit
e9f72cf791
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ steps:
|
|||
image: itsblue.dev/plugins/wasm-pack
|
||||
commands:
|
||||
- cd crypto_helper
|
||||
- wasm-pack build --target web
|
||||
- wasm-pack build --target no-modules
|
||||
- mkdir -p ../web/lib
|
||||
- cp pkg/crypto_helper_bg.wasm ../web/lib
|
||||
- cp pkg/crypto_helper.js ../web/lib
|
||||
|
|
Loading…
Reference in a new issue