From 79a19cf16f2f112d0d93af4de80ece4145f4cd4f Mon Sep 17 00:00:00 2001 From: Maksim Karatkevich Date: Mon, 18 May 2020 16:51:59 +0300 Subject: [PATCH] update build script --- 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 }, ); }