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
@@ -44,6 +44,7 @@ yarn build # Build published versions of packages, depends on tsc
yarn lint # lint packages that have changed since later commit on origin/master
yarn lint:all # lint all packages
yarn lint:type-deps # verify that @types/* dependencies are placed correctly in packages
yarn test # test packages that have changed since later commit on origin/master
yarn test:all # test all packages