We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc76f03 + 01190e6 commit cd2f672Copy full SHA for cd2f672
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: changesets/action@v1
29
with:
30
# This script runs ONLY when publishing (Phase 2)
31
- publish: npm run release
+ publish: npm run build:all && npm run release
32
createGithubReleases: true
33
# This script runs ONLY when creating version PR (Phase 1)
34
version: npm run version
0 commit comments