Skip to content

Commit

Permalink
Remove unnecessary optional install argument
Browse files Browse the repository at this point in the history
  • Loading branch information
atkinchris committed Jun 19, 2024
1 parent 00375ce commit f0cd6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci --include="optional"
- run: npm ci
- run: npm test

publish-npm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci --include="optional"
- run: npm ci
- run: npm run lint
- run: npm run test

0 comments on commit f0cd6eb

Please sign in to comment.