mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +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'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build --workspaces
|
run: npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user