Skip to content

Commit 357ebdb

Browse files
committed
fix: add ci:package script to package.json for CI integration
1 parent 1a96f53 commit 357ebdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"scripts": {
55
"build": "turbo build",
66
"check": "turbo check",
7+
"ci:package": "turbo run ci:package",
78
"ci:release": "turbo run ci:release",
89
"ci:update": "turbo run fetch-apis",
910
"ci:version": "changeset version && pnpm install --lockfile-only",

0 commit comments

Comments
 (0)