We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3220c3 + 1bed691 commit bec6148Copy full SHA for bec6148
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": "$npm_execpath build && ava -- ./build/contract.wasm"
+ "test": "$npm_execpath run build && ava -- ./build/contract.wasm"
9
},
10
"dependencies": {
11
"near-cli": "^4.0.10",
0 commit comments