Skip to content

Commit ea98607

Browse files
fix(contracts): restore build script for base-jwt-guard
1 parent 6cf4703 commit ea98607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/jwt-guards/base-jwt-guard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "",
55
"scripts": {
6-
"build": "cargo near build non-reproducible-wasm",
6+
"build": "cargo build",
77
"test": "cargo test",
88
"lint": "cargo clippy -- -D warnings"
99
},

0 commit comments

Comments
 (0)