@revolugo/elements 5.1.26-beta.0 → 5.1.26-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.0",
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
  }