Fix jQuery import being added with every postinstall script

This commit is contained in:
wvffle 2022-11-27 23:57:09 +00:00 committed by JuniorJPDJ
commit 11018736d3
2 changed files with 5 additions and 1 deletions

View file

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