Skip to content

Commit 3ca1837

Browse files
committed
fix: package.json
1 parent 68528eb commit 3ca1837

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
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"stub": "pnpm -r run build --stub",
7-
"build": "pnpm run /^build:.*/",
7+
"build": "pnpm run build:core && pnpm run build:prompts",
88
"build:core": "pnpm --filter @clack/core run build",
99
"build:prompts": "pnpm --filter @clack/prompts run build",
1010
"start": "pnpm --filter @example/basic run start",

0 commit comments

Comments
 (0)