This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" ,
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" : " " ,
You can’t perform that action at this time.
0 commit comments