Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit e8ac27a

Browse files
committedAug 26, 2019
fix circleci again
1 parent 7eb0c30 commit e8ac27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
circle-lint:
5656
docker:
5757
- image: node
58-
run: yarn run circle-lint
58+
steps:
59+
- run: yarn run circle-lint
5960
node-base-test: &node-base-test
6061
working_directory: ~/analytics-node
6162
docker:

0 commit comments

Comments
 (0)
This repository has been archived.