Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit b1296eb

Browse files
authored
Merge pull request #79 from segmentio/fix-indentation
Fix indentation level in Circle 2.0 config
2 parents 69b49ff + 7488d2d commit b1296eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
key: dependency-cache-{{ checksum "package.json" }}
1414
paths:
1515
- node_modules
16-
publish:
17-
docker:
18-
- image: circleci/node:4-browsers
19-
steps:
20-
- attach_workspace: { at: . }
21-
- run: npm publish .
16+
publish:
17+
docker:
18+
- image: circleci/node:4-browsers
19+
steps:
20+
- attach_workspace: { at: . }
21+
- run: npm publish .
2222
workflows:
2323
version: 2
2424
test_and_publish:

0 commit comments

Comments
 (0)