From 8b9e773441a4768c331db8fb364c8daf93ff0530 Mon Sep 17 00:00:00 2001 From: Drew DeCarme Date: Wed, 1 Nov 2023 07:21:33 -0400 Subject: [PATCH] chore: Update build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1930bf5..491aa54 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "scripts": { "build": "yarn turbo build --filter='!with-*'", - "publish": "yarn workspaces foreach --no-private npm publish --access public", + "publish": "yarn workspaces foreach --all --no-private npm publish --access public", "tag": "yarn changeset tag", "release": "yarn build && yarn publish && yarn tag" },