Skip to content

Commit 6f21211

Browse files
satya164souhe
authored andcommitted
chore: fix build (#40)
1 parent 2eb95ab commit 6f21211

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ aliases:
3434

3535
defaults: &defaults
3636
working_directory: ~/react-theme-provider
37-
docker:
37+
docker:
3838
- image: circleci/node:8
3939

4040
version: 2
@@ -60,17 +60,17 @@ jobs:
6060
steps:
6161
- attach_workspace:
6262
at: ~/react-theme-provider
63-
- run: yarn run lint
64-
- run: yarn run flow
65-
- run: yarn run typescript
63+
- run: yarn lint
64+
- run: yarn flow
65+
- run: yarn typescript
6666
- store_artifacts:
6767
path: coverage
6868
build:
6969
<<: *defaults
7070
steps:
7171
- attach_workspace:
7272
at: ~/react-theme-provider
73-
- run: yarn build
73+
- run: yarn prepare
7474
deploy:
7575
<<: *defaults
7676
steps:
@@ -82,7 +82,7 @@ jobs:
8282
workflows:
8383
version: 2
8484

85-
build:
85+
build:
8686
jobs:
8787
- install-dependencies
8888
- tests:
@@ -94,6 +94,6 @@ workflows:
9494
- tests
9595
filters: *filter-ignore-gh-pages
9696
- deploy:
97-
requires:
97+
requires:
9898
- build
99-
filters: *filter-tag
99+
filters: *filter-tag

0 commit comments

Comments
 (0)