File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828 cache : " pnpm"
2929 - if : ${{ steps.cache-node.outputs.cache-hit != 'true' }}
3030 run : pnpm install
31- - run : pnpm run build
3231 - uses : changesets/action@v1
3332 if : ${{ github.event_name != 'pull_request' }}
3433 with :
Original file line number Diff line number Diff line change 4949 "license" : " MIT" ,
5050 "packageManager" : " pnpm@7.6.0" ,
5151 "scripts" : {
52- "build" : " unbuild"
52+ "build" : " unbuild" ,
53+ "prepack" : " pnpm build"
5354 },
5455 "dependencies" : {
5556 "picocolors" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 4949 ],
5050 "packageManager" : " pnpm@7.6.0" ,
5151 "scripts" : {
52- "build" : " unbuild"
52+ "build" : " unbuild" ,
53+ "prepack" : " pnpm build"
5354 },
5455 "dependencies" : {
5556 "@clack/core" : " ^0.3.0" ,
You can’t perform that action at this time.
0 commit comments