mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
ci: remove --workspaces from the build script in ci workflow
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user