This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
93
Packages
Projects
Releases
Wiki
Activity
0652671443
grafana
/
packages
/
grafana-toolkit
/
bin
/
grafana-toolkit.dist.js
4 lines
65 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Toolkit: moved front end cli scripts to separate package and introduced very early version of plugin tools * Move cli to grafana-toolkit * Moving packages, fixing ts * Add basics of plugin build task * Add toolkit build task * Circle - use node 10 for test-frontend * Prettier fix * First attempt for having shared tsconfig for plugins * Add enzyme as peer depencency * Do not expose internal commands when using toolkit from npm package * Introduce plugin linting * Fix missing file * Fix shim extenstion * Remove rollup typings * Add tslint as dependency * Toolkit - use the same versions of enzyme and tslint as core does * Remove include property from plugin tsconfig * Take failed suites into consideration when tests failed * Set ts-jest preset for jest * Cleanup tsconfig.plugins * Add plugin:test task * Rename file causing build failute * Fixing those missed renames * Add ts as peer dependency * Remove enzyme dependency and tweak test plugin task * Allow jest options overrides via package.json config * Improvements * Remove rollup node packages * TMP : Fix ts errors when linked * use local tslint if it exists * support coverage commands * Fix merge * fix build * Some minors * Make jest pass when no tests discovered
2019-06-28 20:11:12 +08:00
#!/usr/bin/env node
Toolkit: Fix error for running in linked mode vs non-linked mode (#23571) * replaced run * consolidated dist and toolkit
2020-04-15 00:46:29 +08:00
require
(
`
${
_
_dirname
}
/grafana-toolkit.js
`
)
;