Skip to content

Commit

Permalink
fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Nov 30, 2023
1 parent 3f57b15 commit 914229f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 914229f

Please sign in to comment.