Skip to content

Commit

Permalink
fix: typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Jun 29, 2024
1 parent d152a67 commit caa95d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test": "jest",
"deploy": "npm run deploy:docs",
"docs": "shx rm -rf docs && typedoc && shx cp .nojekyll docs/",
"deploy:docs": "npm run docs && gh-pages --dist token/js --dotfiles"
"deploy:docs": "npm run docs && gh-pages --dist docs/ --dotfiles"
},
"dependencies": {
"@solana/qr-code-styling": "^1.6.0",
Expand Down

0 comments on commit caa95d2

Please sign in to comment.