mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-06-20 22:01:05 +00:00
feat: add all @pezkuwi/wasm-crypto packages with bizinikiwi context
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright 2019-2025 @polkadot/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 polkadot-dev-clean-build
|
||||
|
||||
cd packages/wasm-crypto
|
||||
cargo clean
|
||||
cd ../..
|
||||
Reference in New Issue
Block a user