fix circleci

This commit is contained in:
Pooya Parsa 2018-03-19 10:48:57 +03:30
parent 731ce56067
commit 06756f5216

View File

@ -29,23 +29,28 @@ jobs:
lint:
<<: *defaults
steps:
- run:
name: ESLint
command: yarn lint
build:
<<: *defaults
steps:
- run:
name: Build Fixtures
command: yarn build-fixtures
test:
<<: *defaults
steps:
- run:
name: Test
command: yarn jest test/
release:
<<: *defaults
steps:
- run:
name: release
command: |