Commit 2c6993f1 by Steven Vachon Committed by GitHub

@grafana/e2e: include Cypress tsconfig in published package (#22698)

parent b761679d
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment