We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68528eb commit 3ca1837Copy full SHA for 3ca1837
package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"stub": "pnpm -r run build --stub",
7
- "build": "pnpm run /^build:.*/",
+ "build": "pnpm run build:core && pnpm run build:prompts",
8
"build:core": "pnpm --filter @clack/core run build",
9
"build:prompts": "pnpm --filter @clack/prompts run build",
10
"start": "pnpm --filter @example/basic run start",
0 commit comments