Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4a14046

Browse files
Remove bpf-sdk handling from token package.json (#43)
1 parent 0d99dcb commit 4a14046

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

ci/token.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ set -e
1515
cd "$(dirname "$0")/../token/js"
1616

1717
npm install
18-
npm run build:program
1918
npm run cluster:devnet
2019
npm run start
2120
)

token/js/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"flow": "flow",
1515
"flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
1616
"lint:watch": "watch 'npm run lint:fix' . --wait=1",
17-
"bpf-sdk:update": "mkdir -p ../../bin && solana-bpf-sdk-install ../../bin && npm run clean:program",
18-
"build:program": "../../do.sh build token",
19-
"clean:program": "../../do.sh clean token",
20-
"test:program": "../../do.sh test token",
21-
"bench:program": "npm run build:program",
2217
"cluster:localnet": "rm -f .env",
2318
"cluster:devnet": "cp cluster-devnet.env .env",
2419
"cluster:testnet": "cp cluster-testnet.env .env",
@@ -27,9 +22,7 @@
2722
"localnet:up": "set -x; solana-localnet down; set -e; solana-localnet up",
2823
"localnet:down": "solana-localnet down",
2924
"localnet:logs": "solana-localnet logs -f",
30-
"pretty": "prettier --write '{,src/**/}*.js'",
31-
"postinstall": "npm run bpf-sdk:update && cd .. && cargo update --manifest-path=Cargo.toml",
32-
"test": "npm run build:program && npm run flow"
25+
"pretty": "prettier --write '{,src/**/}*.js'"
3326
},
3427
"keywords": [],
3528
"author": "",

0 commit comments

Comments
 (0)