Skip to content

Commit

Permalink
Merge pull request #46 from LINCnil/build/force-npm-install-for-ang15
Browse files Browse the repository at this point in the history
build: add -f params to npm i in pia app
  • Loading branch information
kevin-atnos authored Dec 1, 2023
2 parents 2258ef8 + 8dbe7f4 commit d912ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git clone https://github.com/LINCnil/pia.git
cd pia
git checkout upgrade-angular-version
npm install
npm i -f
# - name: prepare library
# run: |
Expand Down

0 comments on commit d912ca9

Please sign in to comment.