Fix incremental prebuilds in Gitpod
This commit is contained in:
parent
b75958c26d
commit
8947c030ed
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue