Skip to content

Commit

Permalink
Set repo URL in typedoc:publish command (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Jul 18, 2024
2 parents 6657bc3 + 859e4fa commit 74770d2
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 74770d2

Please sign in to comment.