Skip to content

Commit

Permalink
🔨 (turbo) [NO-ISSUE]: Update dev scripts to skip doc project (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored Dec 2, 2024
2 parents 8e3e7ca + 40cc00f commit 5f13e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"clean": "rimraf -g **/.turbo **/.next **/coverage **/node_modules",
"build": "turbo run build",
"build:libs": "turbo run build --filter=./packages/**",
"dev": "turbo run dev --concurrency 20",
"dev": "turbo run dev --concurrency 20 --filter=!./apps/docs",
"dev:doc": "turbo run dev --concurrency 20 --filter=!./apps/sample",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"prettier": "turbo run prettier",
Expand Down

0 comments on commit 5f13e63

Please sign in to comment.