Toolkit: Fix script failures due to missing import paths (#55857)

* fix(toolkit): package without dist folder so config file paths are correct

* chore(packages): make sure to bundle readme, changelog and apache2 license

* refactor(packages): recursively copy src when prepacking toolkit

* chore(toolkit): lock down babel dependencies. use grafana-eslint-config@5 for TS4.8 support
This commit is contained in:
Jack Westbrook
2022-09-28 17:04:55 +02:00
committed by GitHub
parent 71578d0932
commit b81f90cd0c
10 changed files with 147 additions and 158 deletions

View File

@@ -23,7 +23,8 @@
},
"files": [
"dist",
"CHANGELOG.md",
"./README.md",
"./CHANGELOG.md",
"LICENSE_APACHE2"
],
"scripts": {