File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3232 uses : changesets/action@v1
3333 with :
3434 version : pnpm run version
35- # This expects you to have a script called release which does a build for your packages and calls changeset publish
36- publish : pnpm run release
35+ publish : pnpm publish -r
3736 env :
3837 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3938 NPM_TOKEN : ${{ secrets.NPM_SECRET }}
Original file line number Diff line number Diff line change 1212 "lint" : " pnpm run -r lint" ,
1313 "test" : " pnpm run build && pnpm run -r --parallel test" ,
1414 "version" : " changeset version && pnpm install --prefer-offline" ,
15- "release" : " changeset publish" ,
1615 "changeset" : " changeset" ,
1716 "clean" : " pnpm run clean:packages && pnpm run clean:root" ,
1817 "clean:packages" : " pnpm run -r clean" ,
You can’t perform that action at this time.
0 commit comments