Merge pull request #2317 from spotify/rugvip/nolibc

cli: make skipLibCheck default in tsconfig, but provide tsc:full
This commit is contained in:
Patrik Oldsberg
2020-09-07 19:58:02 +02:00
committed by GitHub
8 changed files with 8 additions and 5 deletions
@@ -65,6 +65,7 @@ yarn storybook # Start local storybook, useful for working on components in @bac
yarn workspace @backstage/plugin-welcome start # Serve welcome plugin only, also supports --check
yarn tsc # Run typecheck, use --watch for watch mode
yarn tsc:full # Run full type checking, for example without skipLibCheck, use in CI
yarn build # Build published versions of packages, depends on tsc