Skip to content

Commit ab560f4

Browse files
authored
Update contract-ts/package.json
1 parent 4719f0e commit ab560f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "near-sdk-js build src/contract.ts build/contract.wasm",
8-
"test": "ava -- ./build/contract.wasm"
8+
"test": "$npm_execpath build && ava -- ./build/contract.wasm"
99
},
1010
"dependencies": {
1111
"near-cli": "^4.0.10",

0 commit comments

Comments
 (0)