grafana/packages/grafana-e2e/bin/grafana-e2e.js
Steven Vachon aa7e6cf55f
@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.
2020-03-06 12:25:55 -05:00

4 lines
42 B
JavaScript
Executable File

#!/usr/bin/env node
require('../cli')();