@grafana/ui lib now contains one components, seperate lint & tsc steps

This commit is contained in:
Torkel Ödegaard
2018-12-21 14:23:32 +01:00
parent 2fec5c7577
commit 52f583fee7
13 changed files with 73 additions and 64 deletions
+2 -1
View File
@@ -109,7 +109,8 @@
"watch": "webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js",
"build": "grunt build",
"test": "grunt test",
"lint": "tslint -c tslint.json --project tsconfig.json",
"tslint": "tslint -c tslint.json --project tsconfig.json",
"typecheck": "tsc --noEmit",
"jest": "jest --notify --watch",
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
"precommit": "lint-staged && grunt precommit"