Skip to content

Commit 90dcc13

Browse files
ci: build ui stories (#1061)
1 parent ec4a297 commit 90dcc13

File tree

3 files changed

+370
-543
lines changed

3 files changed

+370
-543
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ jobs:
4242

4343
- name: Test
4444
run: nr test
45+
46+
- name: Build ui stories
47+
run: nr -C packages/ui story:build

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"focus-trap": "^7.6.5"
5252
},
5353
"devDependencies": {
54-
"@histoire/plugin-vue": "^0.17.17",
54+
"@histoire/plugin-vue": "1.0.0-beta.1",
5555
"@iconify-json/ic": "^1.2.4",
5656
"@types/node": "catalog:",
5757
"@unocss/reset": "catalog:",
5858
"@vitejs/plugin-vue": "catalog:",
5959
"floating-vue": "catalog:",
60-
"histoire": "^0.17.17",
60+
"histoire": "1.0.0-beta.1",
6161
"unocss": "catalog:",
6262
"vite-plugin-dts": "catalog:"
6363
}

0 commit comments

Comments
 (0)