We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8a75b commit af7468eCopy full SHA for af7468e
2 files changed
.github/workflows/changeset.yaml
@@ -42,7 +42,8 @@ jobs:
42
id: changesets
43
uses: changesets/action@v1
44
with:
45
- publish: yarn run ci:publish
+ version: yarn ci:version
46
+ publish: yarn ci:publish
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
package.json
@@ -108,7 +108,8 @@
108
"release": "release-it",
109
"example": "yarn --cwd example",
110
"pods": "cd example && pod-install --verbose",
111
- "ci:publish": "changeset version && changeset publish",
+ "ci:version": "changeset version && yarn build-docs",
112
+ "ci:publish": "changeset publish",
113
"bootstrap": "yarn example && yarn && yarn pods"
114
},
115
"engines": {
0 commit comments