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 +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
"test:e2e" : " start-server-and-test 'solana-test-validator -r -q' http://localhost:8899/health 'jest test/e2e'" ,
44
44
"deploy" : " npm run deploy:docs" ,
45
45
"docs" : " shx rm -rf docs && typedoc && shx cp .nojekyll docs/" ,
46
- "deploy:docs" : " npm run docs && gh-pages --dist memo/js --dotfiles"
46
+ "deploy:docs" : " npm run docs && gh-pages --dest memo/js --dist docs --dotfiles"
47
47
},
48
48
"peerDependencies" : {
49
49
"@solana/web3.js" : " ^1.20.0"
Original file line number Diff line number Diff line change 47
47
"test:build-programs" : " cargo build-sbf --manifest-path ../program/Cargo.toml && cargo build-sbf --manifest-path ../program-2022/Cargo.toml && cargo build-sbf --manifest-path ../../associated-token-account/program/Cargo.toml" ,
48
48
"deploy" : " npm run deploy:docs" ,
49
49
"docs" : " shx rm -rf docs && typedoc && shx cp .nojekyll docs/" ,
50
- "deploy:docs" : " npm run docs && gh-pages --dist token/js --dotfiles"
50
+ "deploy:docs" : " npm run docs && gh-pages --dest token/js --dist docs --dotfiles"
51
51
},
52
52
"peerDependencies" : {
53
53
"@solana/web3.js" : " ^1.47.4"
You can’t perform that action at this time.
0 commit comments