File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Create Release Pull Request
2727 uses : changesets/action@master
28+ with :
29+ publish : ' yarn release'
2830 env :
2931 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2121 "postinstall" : " preconstruct dev" ,
2222 "build-storybook" : " build-storybook" ,
2323 "chromatic" : " chromatic --exit-zero-on-changes" ,
24- "publish:npm" : " yarn build && yarn changeset publish" ,
2524 "docs:dev" : " yarn workspace docs dev" ,
2625 "docs:build" : " yarn workspace docs build" ,
27- "docs:serve" : " yarn workspace docs start"
26+ "docs:serve" : " yarn workspace docs start" ,
27+ "release" : " yarn build && changeset publish"
2828 },
2929 "dependencies" : {
3030 "@babel/core" : " ^7.16.0" ,
You can’t perform that action at this time.
0 commit comments