File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 30
30
# fallback to using the latest cache if no exact match is found
31
31
- v1-dependencies-
32
32
- run : yarn install
33
- - run : yarn test
33
+ - run : yarn build
34
34
- run : yarn cover
35
35
36
36
deploy :
@@ -47,24 +47,27 @@ jobs:
47
47
- run : yarn install
48
48
- run : yarn build
49
49
- run : echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/tmp/.npmrc
50
- - run : yarn version --new-version ${CIRCLE_TAG} --no-git-tag-version
51
- - run : yarn publish
50
+ - run : yarn publish --new-version ${CIRCLE_TAG}
52
51
53
52
workflows :
54
53
version : 2
55
54
build :
56
55
jobs :
57
56
- build :
58
57
filters :
58
+ branches :
59
+ ignore : master
59
60
tags :
60
61
ignore : /^\d+\.\d+\.\d+(\-\w*?\.\d+)?$/
62
+ build_and_cover :
63
+ jobs :
61
64
- cover :
62
65
filters :
63
66
branches :
64
67
only : master
65
68
tags :
66
69
ignore : /^\d+\.\d+\.\d+(\-\w*?\.\d+)?$/
67
- deploy :
70
+ build_and_deploy :
68
71
jobs :
69
72
- deploy :
70
73
filters :
You can’t perform that action at this time.
0 commit comments