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

This commit is contained in:
Steven Vachon 2020-03-10 15:37:48 -04:00 committed by GitHub
parent b761679d80
commit 2c6993f18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({