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 a44dac7 commit fd379e2Copy full SHA for fd379e2
.gitpod.yml
@@ -1,3 +1,10 @@
1
tasks:
2
- init: composer install
3
command: php vendor/bin/phpunit
4
+ - before: cd docs
5
+ init: yarn install
6
+ command: yarn start
7
+
8
+ports:
9
+ - port: 3000
10
+ onOpen: open-preview
0 commit comments