@jpmorgan-payments/embedded-finance-components 0.9.2 → 0.9.4

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": "@jpmorgan-payments/embedded-finance-components",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "Embedded Finance Components",
@@ -30,7 +30,7 @@
30
30
  "prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
31
31
  "vitest": "vitest run",
32
32
  "vitest:watch": "vitest",
33
- "test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest && npm run build",
33
+ "test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest",
34
34
  "storybook": "storybook dev -p 6006",
35
35
  "storybook:build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx storybook build --disable-telemetry",
36
36
  "generate-api": "orval --config ./orval.config.cjs && yarn fix-generated-files && yarn prettify-generated-files",