Skip to content

Commit

Permalink
fix: gitpod needs to run yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Nov 10, 2022
1 parent 3a5c40a commit ba69983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ tasks:
- name: Install Hugo dependencies
before: brew install hugo
init: echo "Your version of Hugo is `hugo version`"
command: hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
command: |
yarn
hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 1313
Expand Down

0 comments on commit ba69983

Please sign in to comment.