From 8947c030edf7f9220161bc8891d2f22ba86c6009 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Sun, 27 Nov 2022 00:53:27 +0000 Subject: [PATCH] Fix incremental prebuilds in Gitpod --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index ddc67c6a2..bfcf2631c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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/