File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ jobs:
4444 run : |
4545 git config user.name github-actions
4646 git config user.email github-actions@github.com
47- npm run pub
47+ yarn pub
4848 env :
4949 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5050 - name : Publish-next
5151 if : startsWith(github.head_ref, 'release-auto-next-v')
5252 run : |
5353 git config user.name github-actions
5454 git config user.email github-actions@github.com
55- npm run pub-next
55+ yarn pub-next
5656 env :
5757 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5858 - name : Read package.json
Original file line number Diff line number Diff line change 11{
22 "name" : " @tethys/store" ,
3- "version" : " 21 .0.0" ,
3+ "version" : " 20 .0.0" ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " npm run start:docs" ,
6161 "@types/node" : " ^24.10.0" ,
6262 "@typescript-eslint/eslint-plugin" : " ^7.2.0" ,
6363 "@typescript-eslint/parser" : " ^7.2.0" ,
64- "@worktile/pkg-manager" : " ^0.1.0 " ,
64+ "@worktile/pkg-manager" : " 0.0.9 " ,
6565 "coveralls" : " ^3.0.9" ,
6666 "eslint" : " ^8.57.0" ,
6767 "husky" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @tethys/store" ,
3- "version" : " 21 .0.0" ,
3+ "version" : " 20 .0.0" ,
44 "peerDependencies" : {
55 "@angular/common" : " >=21.0.0" ,
66 "@angular/core" : " >=21.0.0" ,
You can’t perform that action at this time.
0 commit comments