Fix: use correct target
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dorian Zedler 2023-02-16 22:04:21 +01:00
parent 0a3750c983
commit e9f72cf791
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 1 deletions

View File

@ -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