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 55
55
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
56
56
- name : Publish
57
57
run : |
58
- npx lerna publish --yes --canary major --dist-tag next
58
+ npx lerna publish --yes --no-granular-pathspec -- canary major --dist-tag next
59
59
env :
60
60
GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
"serve" : " concurrently --raw \" yarn serve:mock-data\" \" yarn serve:mock-submodules\" \" nuxt dev playground -p 7001\" " ,
14
14
"build" : " lerna run build --sort --stream --scope='@vue-async/*'" ,
15
15
"test" : " jest --coverage --passWithNoTests" ,
16
+ "version" : " lerna run build:version --sort --stream --scope=@vue-async/*" ,
16
17
"prepublishOnly" : " yarn install --mode=skip-build && yarn changelog && yarn build && yarn test" ,
17
18
"release" : " lerna publish" ,
18
19
"release:next" : " lerna publish --canary major --dist-tag next" ,
You can’t perform that action at this time.
0 commit comments