Skip to content

Commit

Permalink
Add a gitpod config. (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Sep 9, 2021
1 parent 0d58b20 commit fe1050a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: |
npm install
npm run all

0 comments on commit fe1050a

Please sign in to comment.