Skip to content

Commit 443bab6

Browse files
committed
feat: integrate Gitpod and fix CI issues
1 parent eb7f70b commit 443bab6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitpod.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: npm i && npm run build
7+
command: npm run dev
8+
9+
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
10+
ports:
11+
- port: 3000
12+
onOpen: open-preview
13+
14+
github:
15+
prebuilds:
16+
addBadge: true
17+
addComment: false
18+
addCheck: true
19+
master: true
20+
branches: true
21+
pullRequestsFromForks: true

src/components/Event/Event.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ Default.args = {
2323
{ name: 'twitter', link: 'https://www.twitter.com' },
2424
],
2525
themes: ['theme1', 'theme2'],
26+
startTime: '12:00',
2627
},
2728
};

0 commit comments

Comments
 (0)