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:
@@ -23,7 +23,7 @@ const buildCjsPackage = ({ env }) => ({
|
|||||||
{ src: 'bin/**/*.*', dest: 'dist/bin/' },
|
{ src: 'bin/**/*.*', dest: 'dist/bin/' },
|
||||||
{ src: 'cli.js', dest: 'dist/' },
|
{ src: 'cli.js', dest: 'dist/' },
|
||||||
{ src: 'cypress.json', dest: 'dist/' },
|
{ src: 'cypress.json', dest: 'dist/' },
|
||||||
{ src: 'cypress/**/*.+(js|ts)', dest: 'dist/cypress/' },
|
{ src: 'cypress/**/*.*', dest: 'dist/cypress/' },
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
commonjs({
|
commonjs({
|
||||||
|
|||||||
Reference in New Issue
Block a user