Skip to content

Commit

Permalink
remove build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Sep 21, 2023
1 parent 25eaf09 commit 738ae7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
cache: 'npm'

- name: Installer avhengigheter (client)
run: npm ci
run: npm ci --omit=dev --omit=optional
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

- name: Installer avhengigheter (server)
run: npm ci --production --ignore-scripts --no-optional
run: npm ci --omit=dev --omit=optional
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
working-directory: ./server
Expand Down

0 comments on commit 738ae7f

Please sign in to comment.