File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
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
58+ npx lerna publish --yes --no-granular-pathspec
5959 env :
6060 GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "build" : " lerna run build --sort --stream --scope=@vue-async/*" ,
1212 "test" : " jest --coverage --passWithNoTests" ,
13+ "version" : " lerna run build:version --sort --stream --scope=@vue-async/*" ,
1314 "prepublishOnly" : " yarn install --ignore-scripts && yarn changelog && yarn build && yarn test" ,
1415 "release" : " lerna publish" ,
1516 "release:git" : " lerna publish form-git" ,
Original file line number Diff line number Diff line change 2626 "scripts" : {
2727 "serve:playground" : " nuxt dev playground -p 7001" ,
2828 "serve" : " concurrently --raw \" tsc --project tsconfig.build.json --module es2015 --outDir esm -watch\" \" yarn serve:playground\" " ,
29- "prebuild " : " node -p \" 'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';' \" > src/version.ts " ,
30- "build" : " rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd " ,
29+ "build " : " rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd " ,
30+ "build:version " : " node -p \" 'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';' \" > src/version.ts " ,
3131 "build:cjs" : " tsc --project tsconfig.build.json" ,
3232 "build:esm" : " tsc --project tsconfig.build.json --module es2015 --outDir esm" ,
3333 "build:umd" : " rollup --config" ,
Original file line number Diff line number Diff line change 2424 "scripts" : {
2525 "serve:playground" : " nuxt dev playground -p 7003" ,
2626 "serve" : " concurrently --raw \" tsc --project tsconfig.build.json --module es2015 --outDir esm -watch\" \" yarn serve:playground\" " ,
27- "prebuild " : " node -p \" 'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';' \" > src/version.ts " ,
28- "build" : " rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd " ,
27+ "build " : " rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd " ,
28+ "build:version " : " node -p \" 'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';' \" > src/version.ts " ,
2929 "build:cjs" : " tsc --project tsconfig.build.json" ,
3030 "build:esm" : " tsc --project tsconfig.build.json --module es2015 --outDir esm" ,
3131 "build:umd" : " rollup --config" ,
You can’t perform that action at this time.
0 commit comments