File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
uses : the-guild-org/shared-config/.github/workflows/release-stable.yml@v1
28
28
with :
29
29
node-version-file : .node-version
30
- releaseScript : yarn build && yarn changeset publish
30
+ releaseScript : release
31
31
secrets :
32
32
githubToken : ${{ secrets.BOT_GITHUB_TOKEN }}
33
33
npmToken : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 96
96
"postbuild" : " node scripts/fix-declaration-directives.mjs" ,
97
97
"postpack" : " npm pkg set --no-json workspaces[]=. workspaces[]=website" ,
98
98
"prepack" : " npm pkg delete workspaces" ,
99
- "test" : " vitest"
99
+ "test" : " vitest" ,
100
+ "release" : " yarn build && yarn changeset publish"
100
101
},
101
102
"peerDependencies" : {
102
103
"graphql" : " >=0.11 <=16"
You can’t perform that action at this time.
0 commit comments