Skip to content

Commit 147cd38

Browse files
authored
ci: only build package before release (#98)
1 parent 5ffa26d commit 147cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "pnpm --filter react-shiki format",
1818
"changeset": "changeset",
1919
"release": "node scripts/release.mjs",
20-
"ci:publish": "pnpm build && changeset publish"
20+
"ci:publish": "pnpm package:build && changeset publish"
2121
},
2222
"devDependencies": {
2323
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)