Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix(github-workflows): include all build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dangeranger committed Dec 11, 2023
1 parent b94d1d9 commit 72ccacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci --only=production
run: npm ci

- name: Build
run: npm run build --if-present
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install dependencies
run: npm ci --only=production
run: npm ci

- name: Test
run: npm run test:ci
Expand Down

0 comments on commit 72ccacf

Please sign in to comment.