Skip to content

Commit bec6148

Browse files
authored
Merge pull request #20 from flmel/fix-scripts
fix: package.json
2 parents c3220c3 + 1bed691 commit bec6148

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": "$npm_execpath build && ava -- ./build/contract.wasm"
8+
"test": "$npm_execpath run build && ava -- ./build/contract.wasm"
99
},
1010
"dependencies": {
1111
"near-cli": "^4.0.10",

0 commit comments

Comments
 (0)