From bc9056a55d4fb2c9ddb1ef11cb12faf4a7fb0932 Mon Sep 17 00:00:00 2001 From: Lyudmil Ivanov <55487633+flmel@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:06:39 +0200 Subject: [PATCH] fix: package.json --- contract-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-ts/package.json b/contract-ts/package.json index 865c07b..2a7419e 100644 --- a/contract-ts/package.json +++ b/contract-ts/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "build": "near-sdk-js build src/contract.ts build/hello_near.wasm", - "test": "$npm_execpath build && ava -- ./build/hello_near.wasm" + "test": "$npm_execpath run build && ava -- ./build/hello_near.wasm" }, "dependencies": { "near-cli": "^4.0.8",