Skip to content

Commit

Permalink
switch yarn install to npm install in composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jun 3, 2019
1 parent 05ea793 commit 5b9d8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
keys:
- node-v1-{{ checksum "package.json" }}
- node-v1-
- run: yarn install
- run: npm install
- save_cache:
key: node-v1-{{ checksum "package.json" }}
paths:
Expand Down

0 comments on commit 5b9d8ed

Please sign in to comment.