Grafana UI: Prevent built storybook being bundled with package (#56158)

pull/56165/head
Jack Westbrook 3 years ago committed by GitHub
parent f2b06abb33
commit d1b21a5981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packages/grafana-ui/package.json

@ -25,10 +25,11 @@
"access": "public"
},
"files": [
"dist",
"./dist",
"!./dist/storybook",
"./README.md",
"./CHANGELOG.md",
"LICENSE_APACHE2"
"./LICENSE_APACHE2"
],
"scripts": {
"build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts",

Loading…
Cancel
Save