From 0a3040371981e9e51cc3f78fd61a03374fdcf23d Mon Sep 17 00:00:00 2001 From: Nicholas Sylke Date: Wed, 16 Aug 2023 20:00:13 -0500 Subject: [PATCH] ci: remove --workspaces from the build script in ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf0251646..00d4fff2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: npm ci - name: Build - run: npm run build --workspaces + run: npm run build