mirror of https://github.com/icedland/iced.git
Remove old pkg dir before creating release tgz file
This commit is contained in:
parent
89d4ecc9f0
commit
825e55b417
|
@ -92,6 +92,7 @@ gen_release() {
|
|||
curr_dir=$(pwd)
|
||||
cd "$root_dir/src/rust/iced-x86-js"
|
||||
|
||||
rm -rf pkg/
|
||||
wasm-pack build --mode force --target nodejs
|
||||
mkdir pkg/tests
|
||||
cp ../../../LICENSE.txt pkg
|
||||
|
|
Loading…
Reference in New Issue