We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff86e67 commit 5636e1eCopy full SHA for 5636e1e
2 files changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
id: changesets
27
uses: changesets/action@v1
28
with:
29
- publish: yarn turbo run build lint test --filter=./packages/* && yarn changeset publish
+ publish: yarn release-packages
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -16,7 +16,7 @@
16
"coverage": "turbo run coverage",
17
"storybook": "turbo run storybook",
18
"prepare": "husky install",
19
- "publish-packages": "turbo run build lint test --filter=./packages/* && changeset publish"
+ "release-packages": "turbo run build lint test --filter=./packages/* && changeset publish"
20
},
21
"devDependencies": {
22
"@sovryn/eslint-config-custom": "*",
0 commit comments