We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aeefba commit 9abdcb1Copy full SHA for 9abdcb1
.gitpod.yml
@@ -3,5 +3,5 @@
3
# and commit this file to your remote git repository to share the goodness with others.
4
5
tasks:
6
- - init: pnpm install
7
- command: pnpm run dev
+ - init: npm install
+ command: npm run dev
0 commit comments