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
committed by Mythie
parent ab4d70ced1
commit 77ad1d1b0b

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