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 e1a21f2 commit 5134919Copy full SHA for 5134919
.gitpod.yml
@@ -1,3 +1,3 @@
1
tasks:
2
- - init: npm install && npm run build
3
- command: npm run start
+ - init: npm install
+ command: npm run dev
0 commit comments