package.json: add lint:type-deps script

This commit is contained in:
Patrik Oldsberg
2020-06-01 12:35:40 +02:00
parent c6abe12e45
commit 54ca975bc1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
"test:all": "lerna run test -- --coverage",
"lint": "lerna run lint --since origin/master --",
"lint:all": "lerna run lint --",
"lint:type-deps": "node scripts/check-type-dependencies.js",
"docker-build": "yarn bundle && docker build . -t spotify/backstage",
"create-plugin": "backstage-cli create-plugin",
"remove-plugin": "backstage-cli remove-plugin",