mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@grafana/e2e: include Cypress tsconfig in published package (#22698)
This commit is contained in:
parent
b761679d80
commit
2c6993f18a
@ -23,7 +23,7 @@ const buildCjsPackage = ({ env }) => ({
|
||||
{ src: 'bin/**/*.*', dest: 'dist/bin/' },
|
||||
{ src: 'cli.js', dest: 'dist/' },
|
||||
{ src: 'cypress.json', dest: 'dist/' },
|
||||
{ src: 'cypress/**/*.+(js|ts)', dest: 'dist/cypress/' },
|
||||
{ src: 'cypress/**/*.*', dest: 'dist/cypress/' },
|
||||
],
|
||||
}),
|
||||
commonjs({
|
||||
|
Loading…
Reference in New Issue
Block a user