Skip to content

Commit 9abdcb1

Browse files
authored
try npm instead of pnpm for gitpod
1 parent 9aeefba commit 9abdcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# and commit this file to your remote git repository to share the goodness with others.
44

55
tasks:
6-
- init: pnpm install
7-
command: pnpm run dev
6+
- init: npm install
7+
command: npm run dev

0 commit comments

Comments
 (0)