From 574f59add3a60094651b80262bf4c47ce3d5a820 Mon Sep 17 00:00:00 2001 From: Drew DeCarme Date: Wed, 1 Nov 2023 21:12:45 -0400 Subject: [PATCH] fix: Update `turbo` filter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a890104..32c79ff 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/drewdecarme/flare-city#readme", "scripts": { - "build": "yarn turbo build --filter='!@flare-city/with-*'", + "build": "yarn turbo build --filter='!with-*'", "packages:version": "yarn changeset version", "packages:publish": "yarn build && yarn workspaces foreach --all --no-private npm publish --access public", "packages:tag": "yarn changeset tag"