Skip to content

Commit

Permalink
fix: gitpod [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Mar 30, 2021
1 parent ffe2e86 commit 65586d8
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 109 deletions.
8 changes: 2 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ image:

tasks:
- init: |
touch /tmp/.npm-lock
npm install
rm /tmp/.npm-lock
command: |
echo "Starting Ambianic PWA in dev mode"
npm run serve
- init: |
sleep 1 && while [ -f /tmp/.npm-lock ]; do sleep 1; done
command: |
- command: |
echo "Waiting for npm install to finish"
gp await-port 8080
gp await-port 8080 && gp preview $(gp url 8080)/index.html
echo "Starting Ambianic PWA testsuite"
npm run test
Expand Down
208 changes: 105 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65586d8

Please sign in to comment.