From bb79c54bfabdbb12bb7fe9606d7683322c1115e3 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:22:49 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba62a1211c..039d4d154b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "action": "node ./outline_client/src/build/run_action.mjs" }, "workspaces": [ - "outline_client" + "outline_client/*" ], "dependencies": { "node-fetch": "^3.3.2"