From d6d000229a2285c56bed2377cc78a92459d798a6 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Tue, 1 Jun 2021 13:00:16 +0300 Subject: [PATCH] chore(ci): publish to ngx-bs and update gh_pages source dir --- scripts/gh-pages-predeploy.ts | 2 +- src/root/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gh-pages-predeploy.ts b/scripts/gh-pages-predeploy.ts index 98a46d3d90..a2d8ba38c2 100644 --- a/scripts/gh-pages-predeploy.ts +++ b/scripts/gh-pages-predeploy.ts @@ -16,7 +16,7 @@ const oldVersionDir = 'gh-pages/old/'; const versionsFilePath = 'assets/json/versions.json'; const currentVersionFilePath = 'assets/json/current-version.json'; -const demoDistDir = 'dist/static/ngx-bootstrap'; +const demoDistDir = 'dist/apps/ngx-bootstrap'; const hostname = 'ngx-bootstrap'; (async () => { diff --git a/src/root/package.json b/src/root/package.json index 488937c89f..e8a52cd4ed 100644 --- a/src/root/package.json +++ b/src/root/package.json @@ -1,5 +1,5 @@ { - "name": "ngx-bootstrap-ci", + "name": "ngx-bootstrap", "version": "7.0.0-rc.1", "description": "Angular Bootstrap", "author": "Dmitriy Shekhovtsov ",