diff --git a/package.json b/package.json index 702692dc1..3140a93f9 100644 --- a/package.json +++ b/package.json @@ -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",