Skip to content

Commit

Permalink
🔨 (turbo): Update dev scripts to skip doc project
Browse files Browse the repository at this point in the history
valpinkman committed Dec 2, 2024

Verified

This commit was signed with the committer’s verified signature.
valpinkman Valentin D. Pinkman
1 parent 32461ba commit 40cc00f
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
@@ -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",

0 comments on commit 40cc00f

Please sign in to comment.