Skip to content

Commit

Permalink
fix(core): properly build stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 24, 2022
1 parent d10acaa commit 35d9a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "pnpm --filter './components' -filter './functions' --filter './.stacks' run build",
"build:functions": "pnpm --filter './functions' run build",
"build:components": "pnpm --filter './components' --filter './.stacks/elements' run build",
"build:stacks": "pnpm -r --filter './.stacks/**' run build",
"build:stacks": "pnpm --filter './.stacks/' run build",
"build:vue": "pnpm --filter './components' run build",
"build:elements": "pnpm --filter './.stacks/elements' run build",
"build:types": "wip",
Expand Down

0 comments on commit 35d9a14

Please sign in to comment.