File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5555 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5656 - name : Publish
5757 run : |
58- npx lerna publish --yes --canary major --dist-tag next
58+ npx lerna publish --yes --no-granular-pathspec -- canary major --dist-tag next
5959 env :
6060 GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 "serve" : " concurrently --raw \" yarn serve:mock-data\" \" yarn serve:mock-submodules\" \" nuxt dev playground -p 7001\" " ,
1414 "build" : " lerna run build --sort --stream --scope='@vue-async/*'" ,
1515 "test" : " jest --coverage --passWithNoTests" ,
16+ "version" : " lerna run build:version --sort --stream --scope=@vue-async/*" ,
1617 "prepublishOnly" : " yarn install --mode=skip-build && yarn changelog && yarn build && yarn test" ,
1718 "release" : " lerna publish" ,
1819 "release:next" : " lerna publish --canary major --dist-tag next" ,
You can’t perform that action at this time.
0 commit comments