Skip to content

Commit 259a9e8

Browse files
committed
release SCRIPT
1 parent fb2b7f2 commit 259a9e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1
2828
with:
2929
node-version-file: .node-version
30-
releaseScript: yarn build && yarn changeset publish
30+
releaseScript: release
3131
secrets:
3232
githubToken: ${{ secrets.BOT_GITHUB_TOKEN }}
3333
npmToken: ${{ secrets.NPM_TOKEN }}

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"postbuild": "node scripts/fix-declaration-directives.mjs",
9797
"postpack": "npm pkg set --no-json workspaces[]=. workspaces[]=website",
9898
"prepack": "npm pkg delete workspaces",
99-
"test": "vitest"
99+
"test": "vitest",
100+
"release": "yarn build && yarn changeset publish"
100101
},
101102
"peerDependencies": {
102103
"graphql": ">=0.11 <=16"

0 commit comments

Comments
 (0)