Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore(docs): set url in typedoc:publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jul 18, 2024
1 parent 928e5c3 commit 859e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"postinstall": "pnpm build",
"typedoc": "typedoc",
"typedoc:publish": "gh-pages -m \"[ci skip] Update typedoc docs\" -d docs --dotfiles",
"typedoc:publish": "gh-pages -m \"[ci skip] Update typedoc docs\" -d docs --dotfiles --repo [email protected]:nucypher/taco-web.git",
"format": "prettier --check \"./**/*.ts\" README.md",
"format:fix": "prettier --write \"./**/*.ts\" README.md",
"lint": "pnpm run --parallel --aggregate-output --reporter append-only lint",
Expand Down

0 comments on commit 859e4fa

Please sign in to comment.