Skip to content

Commit

Permalink
saving a file before committing is a good idea
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Apr 17, 2024
1 parent ecfda5e commit 7155d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "wallet/build.sh",
"candid": "wallet/src/lib.did",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm.gz",
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm",
"declarations": {
"output": "wallet_ui/declarations/wallet"
}
Expand All @@ -14,14 +14,14 @@
"dependencies": ["wallet"],
"candid": "wallet/src/lib.did",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm.gz"
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm"
},
"bob": {
"build": "true",
"dependencies": ["wallet"],
"candid": "wallet/src/lib.did",
"type": "custom",
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm.gz"
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm"
}
},
"version": 1
Expand Down

0 comments on commit 7155d21

Please sign in to comment.