mirror of https://github.com/icedland/iced.git
Update build-js
This commit is contained in:
parent
b9d03323d3
commit
a118ba91a2
|
@ -100,7 +100,7 @@ gen_release() {
|
|||
cd "$root_dir/src/rust/iced-x86-js"
|
||||
|
||||
rm -rf pkg/
|
||||
wasm-pack build --mode force --target nodejs
|
||||
wasm-pack build --mode force --target nodejs -- --features "mvex"
|
||||
mkdir pkg/tests
|
||||
cp ../../../LICENSE.txt pkg
|
||||
cp src/tests/*.js pkg/tests
|
||||
|
|
Loading…
Reference in New Issue