chore: Improve CI (#8601)

This commit is contained in:
jrandolf
2022-07-01 15:03:12 +02:00
committed by GitHub
parent 066f440ba7
commit 8cf10fb7b9
4 changed files with 641 additions and 239 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run build:tsc && npm run lint:eslint && npm run doc && npm run lint:prettier && npm run test:pinned-deps
npm run lint && npm run check