Skip to content

Commit

Permalink
🔨 Configured gitpod to install deps on init
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Nov 19, 2021
1 parent 5e0e566 commit 7a802bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Dotfiles
.*
!/.gitignore

# Editors
## IDEA
Expand Down Expand Up @@ -108,5 +107,7 @@ coverage
!.editorconfig
!.eslintignore
!.eslintrc
!.gitignore
!.gitpod.yml
!.husky
!.lintstagedrc
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tasks:
- init: yarn install

0 comments on commit 7a802bd

Please sign in to comment.