Skip to content

Commit

Permalink
npm i instead of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 3, 2024
1 parent 4f39338 commit 7cf5ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-npm-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ runs:
if: inputs.server == 'true'
shell: bash
run: |
npm ci --prefix=app/server
npm i --prefix=app/server
- name: Install static (frontend) NPM packages
if: inputs.static == 'true'
shell: bash
run: |
npm ci --prefix=app/static
npm i --prefix=app/static

0 comments on commit 7cf5ebb

Please sign in to comment.