Skip to content

Commit

Permalink
Update dependencies (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 5, 2020
1 parent 70259bc commit dda79a6
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -16,7 +16,7 @@ commands:
command: npm install
- run:
name: Test
command: npm test
command: npm run test:ci
- save-npm-cache
test-nodejs:
steps:
Expand All @@ -33,7 +33,7 @@ commands:
command: npm ci
- run:
name: Test
command: npm test
command: npm run test:ci
- save-npm-cache
save-npm-cache:
steps:
Expand Down

0 comments on commit dda79a6

Please sign in to comment.