Skip to content

Commit

Permalink
Merge pull request #9 from flmel/fix
Browse files Browse the repository at this point in the history
fix: package.json
  • Loading branch information
gagdiez committed Apr 1, 2024
2 parents e32141f + bc9056a commit 1714b12
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/hello_near.wasm",
"test": "$npm_execpath build && ava -- ./build/hello_near.wasm"
"test": "$npm_execpath run build && ava -- ./build/hello_near.wasm"
},
"dependencies": {
"near-cli": "^4.0.8",
Expand Down

0 comments on commit 1714b12

Please sign in to comment.