From feb345b5cf7bd4affe636bd3fe691a7f066511f6 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 14 Aug 2023 16:08:01 +0200 Subject: [PATCH] Removing build and npm scripts because Makefile already covers these scripts --- cross-chain/solana/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cross-chain/solana/package.json b/cross-chain/solana/package.json index 7e59b5895..af041dfc5 100644 --- a/cross-chain/solana/package.json +++ b/cross-chain/solana/package.json @@ -4,12 +4,10 @@ "description": "tBTC v2 on Solana", "license": "GPL-3.0-only", "scripts": { - "build": "anchor build", "format": "npm run lint", "format:fix": "npm run lint:fix", "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w", - "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check", - "test": "anchor test" + "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check" }, "dependencies": { "@coral-xyz/anchor": "^0.28.0"