Skip to content

Commit

Permalink
Update contract-ts/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Mar 19, 2024
1 parent 4719f0e commit ab560f4
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/contract.wasm",
"test": "ava -- ./build/contract.wasm"
"test": "$npm_execpath build && ava -- ./build/contract.wasm"
},
"dependencies": {
"near-cli": "^4.0.10",
Expand Down

0 comments on commit ab560f4

Please sign in to comment.