Skip to content

Commit

Permalink
fix: remove npm ls -a from ci (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Nov 22, 2021
1 parent 6639562 commit 30a2d19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions 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 @@ -51,4 +51,3 @@ jobs:
- run: npm i --prefer-online -g npm@latest
- run: npm ci
- run: npm test --ignore-scripts
- run: npm ls -a
1 change: 0 additions & 1 deletion lib/content/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ jobs:
- run: npm i --prefer-online -g npm@latest
- run: npm ci
- run: npm test --ignore-scripts
- run: npm ls -a

0 comments on commit 30a2d19

Please sign in to comment.