Make Gitpod use yarn grunt instead of the global grunt

This commit is contained in:
Jan Keromnes 2019-05-07 19:35:52 +02:00
parent 02a8e0f214
commit 03d8415f96

View file

@ -2,8 +2,8 @@ ports:
- port: 8000
onOpen: open-preview
tasks:
- init: yarn install && yarn global add grunt-cli
- init: yarn install
command: >
grunt fastBuild &&
printf "\nWelcome to Learn Git Branching\nTo rebuild the app, simply run 'grunt fastBuild' and reload index.html.\n\n" &&
yarn grunt fastBuild &&
printf "\nWelcome to Learn Git Branching\nTo rebuild the app, simply run 'yarn grunt fastBuild' and reload index.html.\n\n" &&
python3 -m http.server 8000 2>/dev/null