Skip to content

Commit

Permalink
Forgot npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Feb 15, 2024
1 parent fd39319 commit cfa2460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
cache: npm
node-version: 18
- run: npm ci

- run: npx prettier --check .
- run: npm run lint
- run: npm run build:lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
cache: npm
node-version: 18

- run: npm ci
- run: npx prettier --check .
- run: npm run lint
- run: npm run build:lib
Expand Down

0 comments on commit cfa2460

Please sign in to comment.