e2e: adds verify release (#24568)

This commit is contained in:
Hugo Häggmark
2020-05-12 12:48:26 +02:00
committed by GitHub
parent bffa0fa4f6
commit 7d800e7318
8 changed files with 53 additions and 31 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"types": ["cypress"]
},
"extends": "../../tsconfig.json",
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"]
}