mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
13 lines
290 B
Bash
Executable File
13 lines
290 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright 2019-2025 @pezkuwi/wasm authors & contributors
|
|
# This software may be modified and distributed under the terms
|
|
# of the Apache-2.0 license. See the LICENSE file for details.
|
|
|
|
set -e
|
|
|
|
yarn pezkuwi-dev-clean-build
|
|
|
|
cd packages/wasm-crypto
|
|
cargo clean
|
|
cd ../..
|