Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed May 22, 2024
1 parent 68a449f commit 8205135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "near-sdk-js build src/contract.ts build/guest_book.wasm",
"test": "ava -- ./build/guest_book.wasm"
"test": "$npm_execpath run build && ava -- ./build/guest_book.wasm"
},
"dependencies": {
"near-sdk-js": "1.0.0"
Expand Down

0 comments on commit 8205135

Please sign in to comment.