@pantograph/vue 0.34.0 → 0.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantograph/vue",
3
- "version": "0.34.0",
3
+ "version": "0.34.2",
4
4
  "id": "vue",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "scripts": {
13
13
  "dev": "histoire dev --port 6007",
14
14
  "site-dev": "vite",
15
- "story-build": "histoire build",
15
+ "story-build": "npm run generate-overview && histoire build",
16
16
  "story-start": "histoire preview --port 6007",
17
17
  "preBuild": "turbo run lint && turbo run format",
18
18
  "build": "vite build",