From 914229f4b5382479e017dd6033cd9f7f6384d7bb Mon Sep 17 00:00:00 2001 From: David Werth Date: Thu, 30 Nov 2023 07:50:08 +0100 Subject: [PATCH] fixed CD --- .github/workflows/build.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6c5c6e..27588f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ inputs.node-version }} - - run: npm ci --no-optional + - run: npm ci --no-optional --force - run: npm run build -- ngx-kjua --configuration=production # Add all documentation files to the build - run: cp *.md dist/ngx-kjua/ diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 557711f..ababe23 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,7 @@ jobs: with: node-version: ${{ inputs.node-version }} registry-url: ${{ inputs.registry-url }} - - run: npm ci --no-optional + - run: npm ci --no-optional --force - run: npm publish --access public ${{ inputs.release-tag }} working-directory: artifact/ngx-kjua env: diff --git a/package-lock.json b/package-lock.json index 0f33b54..943a116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-kjua-library", - "version": "16.1.0", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-kjua-library", - "version": "16.1.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@angular/common": "^17.0.2",