Typescript: Fixing typescript strict error, and separate check from publishing (#29679)

* Typescript: Fixing typescript string error, and seperate check from publishing

* now should pass
This commit is contained in:
Torkel Ödegaard
2020-12-08 12:56:37 +01:00
committed by GitHub
parent 9668c172b3
commit a7afab4b8a
6 changed files with 17 additions and 53 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"typecheck": "tsc --noEmit && yarn run packages:typecheck",
"plugins:build-bundled": "grafana-toolkit plugin:bundle-managed",
"watch": "yarn start -d watch,start core:start --watchTheme",
"ci:test-frontend": "yarn run prettier:check && yarn run typecheck && yarn run lint && yarn run test:ci && yarn grafana-toolkit node-version-check"
"ci:test-frontend": "yarn run prettier:check && yarn run typecheck && yarn run lint && yarn run test:ci && yarn grafana-toolkit node-version-check && ./scripts/ci-check-strict.sh"
},
"grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-3/",