diff --git a/package.json b/package.json index 7d88a2f78..284871007 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "test:build": "nx affected --target=test:build --exclude=examples/**", "test:types": "nx affected --target=test:types --exclude=examples/**", "test:e2e": "nx run-many --target=test:e2e", - "build": "nx affected --target=build --exclude=examples/**", - "build:all": "nx run-many --target=build --exclude=examples/**", + "build": "nx affected --target=build --exclude=e2e/** --exclude=examples/**", + "build:all": "nx run-many --target=build --exclude=examples/** --exclude=e2e/** ", "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", "dev": "pnpm run watch", "prettier": "prettier --ignore-unknown '**/*'",