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 15
15
cd " $( dirname " $0 " ) /../token/js"
16
16
17
17
npm install
18
- npm run build:program
19
18
npm run cluster:devnet
20
19
npm run start
21
20
)
Original file line number Diff line number Diff line change 14
14
"flow" : " flow" ,
15
15
"flow:watch" : " watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/" ,
16
16
"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" ,
22
17
"cluster:localnet" : " rm -f .env" ,
23
18
"cluster:devnet" : " cp cluster-devnet.env .env" ,
24
19
"cluster:testnet" : " cp cluster-testnet.env .env" ,
27
22
"localnet:up" : " set -x; solana-localnet down; set -e; solana-localnet up" ,
28
23
"localnet:down" : " solana-localnet down" ,
29
24
"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'"
33
26
},
34
27
"keywords" : [],
35
28
"author" : " " ,
You can’t perform that action at this time.
0 commit comments