Skip to content

Commit

Permalink
🔨 update gitpod setup
Browse files Browse the repository at this point in the history
add pnpm install to init process
  • Loading branch information
diepoe committed Sep 28, 2021
1 parent 7ab8fd5 commit 3722df7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Commands to start on workspace startup
tasks:
- name: Install
init: npm install -g pnpm
command: pnpm install
init: |
npm install -g pnpm
pnpm install
- name: Launch development preview
command: pnpm dev
Expand Down

0 comments on commit 3722df7

Please sign in to comment.