Skip to content

Commit c6f783c

Browse files
committed
chore(circleci): yml indentation
1 parent 904d6a4 commit c6f783c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
- dependencies-
1919

2020
- run:
21-
name: Install Dependencies
22-
command: npm i
21+
name: Install Dependencies
22+
command: npm i
2323

2424
- run:
25-
name: Install Greenkeeper-lockfile
26-
command: npm i greenkeeper-lockfile@1
25+
name: Install Greenkeeper-lockfile
26+
command: npm i greenkeeper-lockfile@1
2727

2828
- run:
29-
name: Update the lockfile
30-
command: npx greenkeeper-lockfile-update
29+
name: Update the lockfile
30+
command: npx greenkeeper-lockfile-update
3131

3232
- save_cache:
3333
paths:
@@ -37,5 +37,5 @@ jobs:
3737
- run: npm test
3838

3939
- run:
40-
name: Commit lockfile changes
41-
command: npx greenkeeper-lockfile-upload
40+
name: Commit lockfile changes
41+
command: npx greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)