diff --git a/package.json b/package.json
index 8b70ce138..2854cf992 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "packages/*"
   ],
   "scripts": {
-    "build": "turbo run build",
+    "build": "turbo run build --scope=next-commerce --include-dependencies --no-deps",
     "dev": "turbo run dev",
     "start": "turbo run start",
     "prettier-fix": "prettier --write ."