Skip to content

Commit

Permalink
chore: refactor build process
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 14, 2023
1 parent 0bea4b2 commit 2f2782e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"type": "module",
"scripts": {
"stub": "pnpm -r run prepack --stub",
"build": "pnpm -r run prepack",
"build": "pnpm run build:core && pnpm run build:prompts",
"build:core": "pnpm --filter @clack/core run prepack",
"build:prompts": "pnpm --filter @clack/prompts run prepack",
"start": "pnpm --filter @example/basic run start"
},
"devDependencies": {
Expand Down

0 comments on commit 2f2782e

Please sign in to comment.