raqam 0.2.2 → 0.2.3

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": "raqam",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "The definitive React number input: live formatting, full i18n, headless, accessible",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -164,7 +164,7 @@
164
164
  "test:e2e:ui": "playwright test -c playwright-ct.config.ts --ui",
165
165
  "test:e2e:debug": "playwright test -c playwright-ct.config.ts --headed --project=chromium",
166
166
  "docs:dev": "cd docs && pnpm astro dev",
167
- "docs:build": "cd docs && pnpm astro build",
167
+ "docs:build": "pnpm build && cd docs && pnpm astro build",
168
168
  "release:beta": "changeset version --snapshot beta && changeset publish --tag beta"
169
169
  }
170
170
  }