Skip to content

Commit

Permalink
circleci: Replace nsp with npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed Dec 6, 2018
1 parent c7f46f7 commit c804185
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 590 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
at: .
- run:
name: Test
command: npx nsp check
command: sudo npm install -g npm@6 && npm audit

test-e2e-beta-drizzle:
docker:
Expand Down
7 changes: 0 additions & 7 deletions .nsprc

This file was deleted.

Loading

0 comments on commit c804185

Please sign in to comment.