Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Fix circleci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpryor committed Oct 12, 2017
1 parent fdc5869 commit cf6c9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
name: update-npm
command: 'sudo npm install -g npm@latest'
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
coverage/

0 comments on commit cf6c9b1

Please sign in to comment.