Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e68ca64

Browse files
committed
fix(ci): Run lint instead of test in CircleCI
Instead of running npm test that should fail, run lint
1 parent 64da736 commit e68ca64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ dependencies:
1010
- sudo apt-get update
1111
- sudo apt-get --only-upgrade install google-chrome-stable
1212
- google-chrome --version
13+
14+
test:
15+
override:
16+
- npm run lint

0 commit comments

Comments
 (0)