Skip to content

Commit

Permalink
Auto-start storybook in Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
embiem committed Jan 19, 2022
1 parent 3bbc583 commit e7e5e9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
tasks:
- init: yarn install
- init: yarn install && gp sync-done install
command: yarn dev
- init: gp sync-await install
command: yarn storybook
ports:
- port: 3000
visibility: public
- port: 8545
visibility: public
- port: 6006
visibility: public

0 comments on commit e7e5e9b

Please sign in to comment.