Skip to content

Commit b68471f

Browse files
authored
Merge pull request #56 from LGLabGreg/ci-fix-publish
ci: fix publish
2 parents 185ad08 + d387fa7 commit b68471f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
---
4+
5+
fix publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch:apps": "pnpm --filter \"./apps/**\" run dev",
1414
"build:lib": "pnpm --filter \"./packages/**\" run build",
1515
"build:app": "pnpm --filter \"./apps/**\" run build",
16-
"ci:publish": "pnpm publish -r && pnpm changeset tag",
16+
"ci:publish": "pnpm build:lib && pnpm publish -r && pnpm changeset tag",
1717
"test": "vitest run",
1818
"test:watch": "vitest",
1919
"test:coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)