Skip to content

Commit 30d4839

Browse files
committed
feat: add build registry script to website commands
1 parent 28e2d9b commit 30d4839

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"website:build": "pnpm --filter @code-blocks/website run build",
1414
"website:build-cc": "pnpm --filter @code-blocks/website run build:cc",
1515
"website:registry": "pnpm --filter @code-blocks/website run check:registry",
16+
"website:build-registry": "pnpm --filter @code-blocks/website run build:registry",
1617
"typecheck": "turbo run typecheck",
1718
"check:format": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
1819
"fix:format": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache"

0 commit comments

Comments
 (0)