We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4a297 commit 90dcc13Copy full SHA for 90dcc13
.github/workflows/ci.yml
@@ -42,3 +42,6 @@ jobs:
42
43
- name: Test
44
run: nr test
45
+
46
+ - name: Build ui stories
47
+ run: nr -C packages/ui story:build
packages/ui/package.json
@@ -51,13 +51,13 @@
51
"focus-trap": "^7.6.5"
52
},
53
"devDependencies": {
54
- "@histoire/plugin-vue": "^0.17.17",
+ "@histoire/plugin-vue": "1.0.0-beta.1",
55
"@iconify-json/ic": "^1.2.4",
56
"@types/node": "catalog:",
57
"@unocss/reset": "catalog:",
58
"@vitejs/plugin-vue": "catalog:",
59
"floating-vue": "catalog:",
60
- "histoire": "^0.17.17",
+ "histoire": "1.0.0-beta.1",
61
"unocss": "catalog:",
62
"vite-plugin-dts": "catalog:"
63
}
0 commit comments