Skip to content

Commit a8184ed

Browse files
author
Matt Loberg
committed
remove npm audit from circleci
now that Github opens pull requests for dependency updates, we don't need to worry about this as much it felt weird to have pull requests break because a dependency reported a vulnerability, even if you didn't do anything with that package
1 parent 1150038 commit a8184ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
keys:
1212
- npm-cache-{{ checksum "package.json" }}
1313
- npm-cache-
14-
- run: npm audit
1514
- run: npm install
1615
- save_cache:
1716
key: npm-cache-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)