File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11version : 2.1
2+ orbs :
3+ 24executors :
35 docker-executor :
46 docker :
@@ -61,12 +63,22 @@ jobs:
6163 command : yarn test:e2e:browserstack
6264
6365workflows :
64- version : 2
6566 build-test-report :
6667 jobs :
6768 - build-and-test
6869 - browserstack :
6970 requires :
7071 - build-and-test
7172 context :
72- - browserstack-env
73+ - browserstack-env
74+ - ship/node-publish :
75+ pkg-manager : yarn
76+ requires :
77+ - browserstack
78+ context :
79+ - publish-npm
80+ - publish-gh
81+ filters :
82+ branches :
83+ only :
84+ - master
Original file line number Diff line number Diff line change @@ -99,9 +99,5 @@ new_line
9999cdn_release " $VERSION "
100100new_line
101101
102- # Build & Release NPM
103- yarn prepublish
104- npm_release " $VERSION "
105-
106102git checkout master
107103git branch -D dist
You can’t perform that action at this time.
0 commit comments