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 3838 id : changesets
3939 uses : changesets/action@v1
4040 with :
41- publish : pnpm run publish:packages
41+ publish : pnpm run publish
4242 commit : " Changesets: versioning packages [skip ci]"
4343 env :
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 "check-types" : " npx turbo run check-types && echo '🔎 Check types completed'" ,
1414 "check-types:packages" : " npx turbo run check-types --filter=\" ./packages/**/*\" && echo '🔎 Check types packages completed'" ,
1515 "bundle" : " npx turbo run bundle && echo '📦 Bundle completed'" ,
16- "publish:packages" : " turbo run publish"
16+ "prepublish" : " pnpm run build:packages" ,
17+ "publish" : " turbo run publish"
1718 },
1819 "devDependencies" : {
1920 "@antfu/ni" : " ^0.23.0" ,
You can’t perform that action at this time.
0 commit comments