-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update wasm * update wasm * update wasm * Update ci-data-wasm.yml * rm tsconfig.json * update submodule
- Loading branch information
1 parent
b54598c
commit 34d472e
Showing
4 changed files
with
11 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ckb-light-wasm-demo
updated
6 files
+2 −2 | .github/workflows/ci.yml | |
+2 −2 | .gitmodules | |
+5 −11 | build.sh | |
+1 −1 | ckb-light-client | |
+26 −24 | dev-config.toml | |
+3 −2 | index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
set -x | ||
git submodule init | ||
git submodule update | ||
cd ckb-light-wasm-demo | ||
git log -1 | ||
git submodule init | ||
git submodule update | ||
cd ckb-light-client | ||
git log -1 | ||
cd ../ | ||
bash build.sh |
This file was deleted.
Oops, something went wrong.