Skip to content

Commit 5f25d3f

Browse files
committed
add storybook build step to CI
1 parent da965fd commit 5f25d3f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
run: npm run preprocess
3434
- name: Run Lint
3535
run: npm run lint:check
36+
- name: Run Type Checker
37+
run: npm run type
3638

37-
type:
39+
build:
3840
runs-on: ubuntu-latest
3941
steps:
4042
- uses: actions/checkout@v3
@@ -52,12 +54,10 @@ jobs:
5254
run: npm i -g npm@7
5355
- name: Install Dependencies
5456
run: npm ci
55-
- name: Run Preprocess
56-
run: npm run preprocess
57-
- name: Run Type Checker
58-
run: npm run type
57+
- name: Run Build
58+
run: npm run build
5959

60-
build:
60+
build-storybook:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@v3
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install Dependencies
7777
run: npm ci
7878
- name: Run Build
79-
run: npm run build
79+
run: npm run build-storybook
8080

8181
test:
8282
# Puppeteer stopped working on the latest ubuntu version

0 commit comments

Comments
 (0)