Skip to content

Commit 51da2af

Browse files
author
hubert
committed
chore: git add version.ts modification in deploy
1 parent e35cfae commit 51da2af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
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 }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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",

0 commit comments

Comments
 (0)