From 42c8302705ae814f616070d675975b42517e9e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 1 Oct 2025 13:26:04 +0200 Subject: [PATCH] Fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"