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

(cherry picked from commit d1b21a5981)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Grot (@grafanabot) 2022-10-03 12:32:41 +02:00 committed by GitHub
parent f2f49abe03
commit fcf605e07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",