@revolugo/elements 5.1.26-beta.0 → 5.1.26-beta.1
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 +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@revolugo/elements",
|
3
|
-
"version": "5.1.26-beta.
|
3
|
+
"version": "5.1.26-beta.1",
|
4
4
|
"private": false,
|
5
5
|
"description": "Revolugo Elements UI library",
|
6
6
|
"author": "Revolugo",
|
@@ -179,7 +179,7 @@
|
|
179
179
|
"storybook:build": "LOCAL_DIST=false build-storybook && cp -r ./src/health ./storybook-static/",
|
180
180
|
"storybook:dev": "NODE_OPTIONS=--openssl-legacy-provider LOCAL_DIST=true start-storybook -p 6006",
|
181
181
|
"storybook:render": "node --loader ts-node/esm ./.storybook/render.mts",
|
182
|
-
"storybook:serve": "http-server ./storybook-static -p 6006",
|
182
|
+
"storybook:serve": "http-server ./storybook-static -p 6006 | grep -v 'GET /health'",
|
183
183
|
"watch": "webpack -c ./webpack.config.js --mode=development --watch &"
|
184
184
|
}
|
185
185
|
}
|