From 10830299e35b3e3be1619b2929a6af6b2264c30d Mon Sep 17 00:00:00 2001 From: maksim-karatkevich Date: Mon, 18 May 2020 17:12:10 +0300 Subject: [PATCH] chore: update build script (#5687) Co-authored-by: Maksim Karatkevich --- scripts/docs/build-docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/build-docs.ts b/scripts/docs/build-docs.ts index 0c1c3542..42365ce2 100644 --- a/scripts/docs/build-docs.ts +++ b/scripts/docs/build-docs.ts @@ -117,7 +117,7 @@ async function buildDocsApp(projectDir: string, baseHref: string) { async function deploy(distDir: string) { await runCommand( - `npx angular-cli-ghpages --dir . --repo=https://GH_TOKEN@github.com/${REPO_OWNER}/${REPO_NAME}.git`, + `npx angular-cli-ghpages -S --dir . --repo=https://GH_TOKEN@github.com/${REPO_OWNER}/${REPO_NAME}.git`, { cwd: distDir, showLog: true }, ); }