Skip to content

Commit

Permalink
chore: Ignore docs and non mixwave/* packages during dev and build
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 19, 2024
1 parent 08ca0be commit 13a2048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mixwave",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"dev": "turbo dev --filter=\"@mixwave/*\"",
"build": "turbo build --filter=\"@mixwave/*\"",
"lint": "turbo lint",
"test": "turbo test",
"install-bin": "turbo install-bin"
Expand Down

0 comments on commit 13a2048

Please sign in to comment.