Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 9, 2024
1 parent 462a910 commit b987fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions storage/framework/core/components/build.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('wip')
3 changes: 2 additions & 1 deletion storage/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"scripts": {
"dev": "wip: needs to start each dev server (views, api, components, docs, desktop)",
"build": "bun --filter='./core/*' run build && bun --filter='./core/components/*' run build",
"build": "bun --filter='./core/*' run build",
"build:components": "bun --filter='./core/components/*' run build",
"publish:framework": "./scripts/publish",
"publish:dummy-libs": "./scripts/publish-dummy-libs"
}
Expand Down

0 comments on commit b987fb8

Please sign in to comment.