mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05: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: 'cli.js', dest: 'dist/' },
|
||||
{ src: 'cypress.json', dest: 'dist/' },
|
||||
{ src: 'cypress/**/*.+(js|ts)', dest: 'dist/cypress/' },
|
||||
{ src: 'cypress/**/*.*', dest: 'dist/cypress/' },
|
||||
],
|
||||
}),
|
||||
commonjs({
|
||||
|
||||
Reference in New Issue
Block a user