ci: remove --workspaces from the build script in ci workflow

This commit is contained in:
Nicholas Sylke
2023-08-16 20:00:13 -05:00
parent 0e1fcd86e6
commit 0a30403719

View File

@ -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