Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 25, 2023
1 parent a0d596c commit 311051d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
- if: steps.npm-cache.outputs.cache-hit != 'true'
name: Install dependencies
shell: bash
run: npm ci
run: npm ci --include=dev

- name: Build package
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/framework/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
- if: steps.npm-cache.outputs.cache-hit != 'true'
name: Install dependencies
shell: bash
run: npm ci
run: npm ci --include=dev

- name: Create application
shell: bash
Expand Down

0 comments on commit 311051d

Please sign in to comment.