Skip to content

Commit 121a724

Browse files
committed
fix: tests
1 parent fcee4e6 commit 121a724

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.8",

0 commit comments

Comments
 (0)