File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ aliases:
3434
3535defaults : &defaults
3636 working_directory : ~/react-theme-provider
37- docker :
37+ docker :
3838 - image : circleci/node:8
3939
4040version : 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 :
8282workflows :
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
You can’t perform that action at this time.
0 commit comments