Skip to content

Commit 5b9d8ed

Browse files
committed
switch yarn install to npm install in composer config
1 parent 05ea793 commit 5b9d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
keys:
2727
- node-v1-{{ checksum "package.json" }}
2828
- node-v1-
29-
- run: yarn install
29+
- run: npm install
3030
- save_cache:
3131
key: node-v1-{{ checksum "package.json" }}
3232
paths:

0 commit comments

Comments
 (0)