mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-25 21:24:36 +02:00
Make Gitpod use yarn grunt
instead of the global grunt
This commit is contained in:
parent
02a8e0f214
commit
03d8415f96
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ ports:
|
||||||
- port: 8000
|
- port: 8000
|
||||||
onOpen: open-preview
|
onOpen: open-preview
|
||||||
tasks:
|
tasks:
|
||||||
- init: yarn install && yarn global add grunt-cli
|
- init: yarn install
|
||||||
command: >
|
command: >
|
||||||
grunt fastBuild &&
|
yarn grunt fastBuild &&
|
||||||
printf "\nWelcome to Learn Git Branching\nTo rebuild the app, simply run 'grunt fastBuild' and reload index.html.\n\n" &&
|
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
|
python3 -m http.server 8000 2>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue