@partbot/grid-garage 0.1.1 → 0.1.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": "@partbot/grid-garage",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Garage drawer for Partbot-connected storefronts with plate search, make/model/year selection, and saved vehicles.",
5
5
  "type": "module",
6
6
  "author": "Partbot",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "scripts": {
26
26
  "dev": "vite",
27
- "build": "vite build",
27
+ "build": "vite build && vite build --config vite.browser.config.ts && node scripts/verify-browser-bundle.mjs",
28
28
  "build:demo": "vite build --config vite.demo.config.ts --outDir dist-demo",
29
29
  "lint": "eslint .",
30
30
  "format": "prettier --write \"**/*.{ts,tsx}\"",