Skip to content

Commit

Permalink
Merge pull request #50 from LINCnil/build/force-pack-with-deprecated-…
Browse files Browse the repository at this point in the history
…libs

build: --force on pack npm lib
  • Loading branch information
kevin-atnos authored Dec 1, 2023
2 parents 5fd6bc4 + 1368f72 commit 04b10f4
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 04b10f4

Please sign in to comment.