Skip to content

Commit

Permalink
fix: gitpod script [sckip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov authored Mar 30, 2021
1 parent 3a15a44 commit 1271c0c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@ image:
file: .gitpod.Dockerfile

tasks:
<<<<<<< HEAD
- init: npm install && npm install cypress
command: |
echo "Starting Ambianic PWA in dev mode"
npm run serve
- command: |
=======
- init: npm install && npm install cypress && npm audit fix
command: |
echo "Starting Ambianic PWA in dev mode"
npm run serve
- init: npm run build
command: |
>>>>>>> a69b74fab78b5c14fa73b9c1866c8dba25732bf9
echo "Waiting for Ambianic PWA web service to become avaibale"
gp await-port 8080
echo "Starting Ambianic PWA testsuite"
Expand Down

0 comments on commit 1271c0c

Please sign in to comment.