mirror of https://github.com/grafana/grafana
@grafana/e2e: fix empty bundle files (#22607)
* Minor changes * Revert CLI to JavaScript ... as Rollup is only accepts ESM modules and TypeScript would need to use the new incremental builds feature which causes weird Redux module errors.pull/22522/head
parent
3745cccde6
commit
aa7e6cf55f
@ -1,10 +1,3 @@ |
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
// This file is used only for internal executions
|
require('../cli')(); |
||||||
|
|
||||||
require('ts-node').register({ |
|
||||||
project: `${__dirname}/../tsconfig.json`, |
|
||||||
transpileOnly: true, |
|
||||||
}); |
|
||||||
|
|
||||||
require('../src/cli/index.ts').default(); |
|
||||||
|
@ -1,5 +0,0 @@ |
|||||||
#!/usr/bin/env node |
|
||||||
|
|
||||||
import cli from '../cli/index'; |
|
||||||
|
|
||||||
cli(); |
|
Loading…
Reference in new issue