We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcee4e6 commit 121a724Copy full SHA for 121a724
contract-ts/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"build": "near-sdk-js build src/contract.ts build/contract.wasm",
8
- "test": "ava -- ./build/contract.wasm"
+ "test": "$npm_execpath build && ava -- ./build/contract.wasm"
9
},
10
"dependencies": {
11
"near-cli": "^4.0.8",
0 commit comments