mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
fix: use npm tasks instead of running turbo directly
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
785ef316ab
commit
6263af5ee2
8 changed files with 15 additions and 13 deletions
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: echo "HD_BASE_URL=\"${{ env.DEPLOY_URL }}\"" >> .env.production
|
||||
|
||||
- name: Build app
|
||||
run: yarn turbo run build --filter=frontend
|
||||
run: yarn build --filter=frontend
|
||||
shell: bash
|
||||
working-directory: .
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue