Fix jQuery import being added with every postinstall script
This commit is contained in:
parent
8947c030ed
commit
11018736d3
2 changed files with 5 additions and 1 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue