forked from equinor/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
53 lines (50 loc) · 1.23 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
image:
file: .gitpod.Dockerfile
tasks:
- name: Storybook
before: |
pnpm install
pnpm recursive install --filter "./packages/**"
init: |
pnpm build:tokens
pnpm build:utils
pnpm build:icons
gp sync-done install
command: pnpm storybook:core-react
- name: Lint
init: gp sync-await install
command: pnpm lint:core-react
openMode: split-right
- name: Test
init: gp sync-await install
command: pnpm test:core-react
openMode: split-right
ports:
- port: 9000
onOpen: open-preview
gitConfig:
alias.co: checkout
alias.br: branch
alias.ci: commit
alias.st: status
pull.rebase: merges
vscode:
extensions:
- dbaeumer.vscode-eslint
- stylelint.vscode-stylelint
- esbenp.prettier-vscode
- editorconfig.editorconfig
- redhat.vscode-yaml
- unifiedjs.vscode-mdx
- deque-systems.vscode-axe-linter
- styled-components.vscode-styled-components
- aaron-bond.better-comments
- seatonjiang.gitmoji-vscode
- usernamehw.errorlens
- eamodio.gitlens
- ms-vsliveshare.vsliveshare
- davidanson.vscode-markdownlint
- ionutvmi.path-autocomplete
- jock.svg
- github.vscode-pull-request-github
- ms-azuretools.vscode-bicep