@elliemae/loan-field-renderers 26.2.2 → 26.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": "@elliemae/loan-field-renderers",
3
- "version": "26.2.2",
3
+ "version": "26.2.3",
4
4
  "description": "ICE MT Platform UI Monorepo Library - loan-field-renderers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -89,10 +89,10 @@
89
89
  "lint:fix": "pui-cli lint --fix",
90
90
  "start": "pui-cli start",
91
91
  "start-server": "cross-env PORT=3001 pui-cli start -p",
92
- "start-storybook": "pui-cli storybook",
93
- "build-storybook": "pui-cli storybook -b -o ../../demo/loan-field-renderers",
94
- "build-storybook-docs": "pui-cli storybook -b -o ../../demo/loan-field-renderers --docs",
95
- "start-storybook-prod": "http-server -g -p 11000 demo",
92
+ "start-storybook": "exit 0",
93
+ "build-storybook": "exit 0",
94
+ "build-storybook-docs": "exit 0",
95
+ "start-storybook-prod": "exit 0",
96
96
  "test": "pui-cli test -p",
97
97
  "test-fix": "pui-cli test -f",
98
98
  "test-watch": "jest --watch",