mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-24 20:54: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue