Skip to content

Commit

Permalink
chore: add missing package build script
Browse files Browse the repository at this point in the history
  • Loading branch information
typicalninja committed Oct 31, 2024
1 parent 52ebf16 commit 8ad3757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"build": "turbo run build --no-daemon",
"build:docs": "turbo run build --no-daemon --filter=docs",
"build:packages": "turbo run build --no-daemon --filter=\"./packages/**\"",
"dev": "turbo run dev --parallel --no-daemon",
"lint": "biome lint --write",
"format": "biome format --write",
Expand Down

0 comments on commit 8ad3757

Please sign in to comment.