Skip to content

Commit ec43178

Browse files
authored
fix(ci): runs linting before tests (#3)
* feat(prettier): switch to prettier * fix(ci): runs linting before tests
1 parent 31b435c commit ec43178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies:
1111
- ~/.cache/yarn
1212
test:
1313
override:
14-
- yarn test
14+
- yarn run lint-staged && yarn test
1515
post:
1616
- yarn run semantic-release || true

0 commit comments

Comments
 (0)