From 859e4fa5fb2895443c787a01c7e3b805efb4784a Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Thu, 18 Jul 2024 13:34:07 +0200 Subject: [PATCH] chore(docs): set url in typedoc:publish command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b554a767..b983ca36b 100644 --- a/package.json +++ b/package.json @@ -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 git@github.com: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",