@vellira-ui/react 2.71.0 → 2.72.0

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 +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellira-ui/react",
3
- "version": "2.71.0",
3
+ "version": "2.72.0",
4
4
  "description": "Web components for Vellira Design System",
5
5
  "keywords": [
6
6
  "vellira",
@@ -58,8 +58,7 @@
58
58
  ],
59
59
  "scripts": {
60
60
  "clean": "node --input-type=module -e \"import fs from 'node:fs'; fs.rmSync('dist', { recursive: true, force: true })\"",
61
- "build": "pnpm run build:deps && pnpm run clean && vite build",
62
- "build:deps": "pnpm --filter @vellira-ui/types build && pnpm --filter @vellira-ui/core build && pnpm --filter @vellira-ui/icons build && pnpm --filter @vellira-ui/tokens build",
61
+ "build": "pnpm run clean && vite build",
63
62
  "lint": "eslint 'src/**/*.{ts,tsx}'",
64
63
  "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
65
64
  "typecheck": "tsc -p tsconfig.typecheck.json --noEmit",