@revolugo/elements 5.1.1-beta.0 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@revolugo/elements",
3
3
  "author": "Revolugo",
4
4
  "description": "Revolugo Elements UI library",
5
- "version": "5.1.1-beta.0",
5
+ "version": "5.1.1",
6
6
  "private": false,
7
7
  "files": [
8
8
  ".keep",
@@ -177,7 +177,7 @@
177
177
  "serve-lib": "webpack serve -c ./webpack.config.js --mode=development",
178
178
  "storybook:render": "node --loader ts-node/esm ./.storybook/render.mts",
179
179
  "storybook:dev": "NODE_OPTIONS=--openssl-legacy-provider LOCAL_DIST=true start-storybook -p 6006",
180
- "storybook:build": "LOCAL_DIST=false build-storybook && cp -r ./src/health ./storybook-static/",
180
+ "storybook:build": "LOCAL_DIST=false build-storybook",
181
181
  "storybook:serve": "http-server ./storybook-static -p 6006",
182
182
  "watch": "webpack -c ./webpack.config.js --mode=development --watch &",
183
183
  "clean-dist": "rm -rf dist"