Fix incremental prebuilds in Gitpod

This commit is contained in:
Kasper Seweryn 2022-11-27 00:53:27 +00:00 committed by JuniorJPDJ
parent b75958c26d
commit 8947c030ed
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ tasks:
VUE_EDITOR: code
before: cd front
init: |
yarn install
[ -d "node_modules" ] || yarn install
yarn run i18n-compile
command: yarn dev --host 0.0.0.0 --base /front/