Skip to content

Commit

Permalink
build: --force on pack npm lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pastor committed Dec 1, 2023
1 parent 5fd6bc4 commit 1368f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
- name: create tgz file
run: |
cd ./pia/dist/pia-i18n
npm pack
npm pack --force
cd ../../
npm install ./dist/pia-i18n/atnos-pia-i18n-${{ steps.vars.outputs.tag }}.tgz
npm install ./dist/pia-i18n/atnos-pia-i18n-${{ steps.vars.outputs.tag }}.tgz --force
- name: publish library
run: |
Expand Down

0 comments on commit 1368f72

Please sign in to comment.