diff --git a/package.json b/package.json index 650f203..c795a76 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "./packages/*" ], "scripts": { - "build": "turbo build --filter=!@effect-fc/example", + "build": "turbo build", "lint:tsc": "turbo lint:tsc", "lint:biome": "turbo lint:biome", - "pack": "turbo pack --filter=!@effect-fc/example", + "pack": "turbo pack", "clean:cache": "turbo clean:cache", "clean:dist": "turbo clean:dist", "clean:modules": "turbo clean:modules && rm -rf node_modules"