@fluidattacks/design 3.25.4-pr.1 → 3.25.5-pr

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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -106,15 +106,13 @@
106
106
  },
107
107
  "scripts": {
108
108
  "build": "vite build && tsc",
109
- "build-storybook": "storybook build",
110
- "dev": "vite",
109
+ "build-storybook": "rm -rf ./out && storybook build -o ./out",
111
110
  "lint": "tsc -p tsconfig.json --noEmit && eslint . --fix && stylelint . --fix",
112
- "preview": "vite preview",
113
111
  "pre-release": "npm publish --tag pr",
114
112
  "release": "npm publish",
115
- "storybook": "storybook dev",
113
+ "storybook": "storybook dev -p 6006",
116
114
  "test-storybook": "test-storybook"
117
115
  },
118
116
  "typings": "./dist/index.d.ts",
119
- "version": "3.25.4-pr.1"
117
+ "version": "3.25.5-pr"
120
118
  }