@grafana/ui: release (#17754)

* Specifying named exports for slate

* Make sure tests are performed at the beginning

* Version bump
This commit is contained in:
Tobias Skarhed
2019-06-25 14:13:39 +02:00
committed by GitHub
parent 0904607eda
commit 6be1606bd8
3 changed files with 13 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ const releaseTaskRunner: TaskRunner<ReleaseTaskOptions> = async ({
await ensureMasterBranch();
}
runChecksAndTests();
await runChecksAndTests();
await execTask(buildTask)();