Skip to content

Commit af7468e

Browse files
committed
separate version and package commands
1 parent ee8a75b commit af7468e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/changeset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
id: changesets
4343
uses: changesets/action@v1
4444
with:
45-
publish: yarn run ci:publish
45+
version: yarn ci:version
46+
publish: yarn ci:publish
4647
env:
4748
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4849

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"release": "release-it",
109109
"example": "yarn --cwd example",
110110
"pods": "cd example && pod-install --verbose",
111-
"ci:publish": "changeset version && changeset publish",
111+
"ci:version": "changeset version && yarn build-docs",
112+
"ci:publish": "changeset publish",
112113
"bootstrap": "yarn example && yarn && yarn pods"
113114
},
114115
"engines": {

0 commit comments

Comments
 (0)