File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
- run :
86
86
name : Authenticate with registry
87
87
command : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
88
- - run : yarn release:canary --yes
88
+ - run : npm run release:canary
89
89
90
90
release_stable :
91
91
<< : *defaults
@@ -135,9 +135,9 @@ workflows:
135
135
- lint
136
136
- test
137
137
- build
138
- filters :
139
- branches :
140
- only : master
138
+ # filters:
139
+ # branches:
140
+ # only: master
141
141
- release_stable :
142
142
requires :
143
143
- lint
Original file line number Diff line number Diff line change 9
9
"build:store" : " ng-packagr -p packages/store" ,
10
10
"build:form" : " ng-packagr -p packages/form" ,
11
11
"build:router" : " ng-packagr -p packages/router" ,
12
- "release:canary" : " lerna publish --canary --npm-tag next" ,
12
+ "release:canary" : " lerna publish --canary --npm-tag next --npm-client npm " ,
13
13
"release:stable" : " lerna version" ,
14
14
"release:stable:ci" : " lerna publish from-git" ,
15
15
"clean" : " npm-run-all -p clean:*" ,
You can’t perform that action at this time.
0 commit comments