Skip to content

Commit

Permalink
Removing build and npm scripts because Makefile already covers these
Browse files Browse the repository at this point in the history
scripts
  • Loading branch information
dimpar committed Aug 14, 2023
1 parent c2bdc92 commit feb345b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cross-chain/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit feb345b

Please sign in to comment.