Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Mar 16, 2022
1 parent c4cf2f8 commit 3928d5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-at-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: build the site
working-directory: ./anoma-wallet
run: CI=false yarn build-with-craco
run: CI=false yarn build

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion anoma-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bitcoin = "0.27.1"

[dependencies.web-sys]
version = "0.3"
features = [ "console", "FileReader", "Window" ]
features = [ "console" ]

[dev-dependencies]
wasm-bindgen-test = "0.3.13"
Expand Down
Binary file modified anoma-wallet/src/lib/anoma/anoma_bg.wasm
Binary file not shown.

0 comments on commit 3928d5f

Please sign in to comment.