Skip to content

Commit 1c7d32e

Browse files
committed
Fixing errors
1 parent 5dbe595 commit 1c7d32e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- node-ts
8282
- offline-public-transaction-ts
8383
- react-leo
84-
- react-managed-worker
84+
#- react-managed-worker
8585
- react-ts
8686
- vanilla
8787
steps:
@@ -139,7 +139,7 @@ jobs:
139139
- name: "cargo fmt"
140140
working-directory: wasm
141141
run: |
142-
cargo fmt --all -- --check
142+
cargo fmt --all --check
143143
144144
145145
website:

wasm/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ async function buildWasm(network) {
2525
},
2626
plugins: [
2727
rust({
28-
verbose: true,
29-
3028
extraArgs: {
3129
cargo: [
3230
"--config", "build.rustflags=" + JSON.stringify([

0 commit comments

Comments
 (0)