Skip to content

Commit

Permalink
fix: Run npm ci to install dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 30, 2023
1 parent 945f87c commit 58e894c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snyk.yml
Expand Up @@ -92,6 +92,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Build a Docker image
run: |
npm ci
npm run build -ws --if-present
npm run build:docker -ws --if-present
Expand Down

0 comments on commit 58e894c

Please sign in to comment.