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

Commit 768e94d

Browse files
authored
typedocs: Fixup deployment (#4554)
1 parent 4201f59 commit 768e94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memo/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:e2e": "start-server-and-test 'solana-test-validator -r -q' http://localhost:8899/health 'jest test/e2e'",
4444
"deploy": "npm run deploy:docs",
4545
"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"
4747
},
4848
"peerDependencies": {
4949
"@solana/web3.js": "^1.20.0"

token/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"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",
4848
"deploy": "npm run deploy:docs",
4949
"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"
5151
},
5252
"peerDependencies": {
5353
"@solana/web3.js": "^1.47.4"

0 commit comments

Comments
 (0)