Skip to content

Commit

Permalink
update gitpod configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Apr 29, 2023
1 parent ed591ff commit 4b4cdd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: cd webapp && npm install
command: cd webapp && npm run start


- init: cd app && npm install
command: cd app && npm run start
- init: cd server && npm install
command: cd server && npm run start

0 comments on commit 4b4cdd4

Please sign in to comment.