Skip to content

Commit fd379e2

Browse files
committed
Also build docs
1 parent a44dac7 commit fd379e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
tasks:
22
- init: composer install
33
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

Comments
 (0)