Skip to content

Commit

Permalink
typecheck in CI (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 4, 2021
1 parent 0c630b5 commit 9f59f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run: npm install -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm -r build
Lint:
Lint/typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -96,3 +96,4 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm build --filter ./packages
- run: pnpm lint
- run: pnpm check
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "pnpm build --filter=\"@sveltejs/*\" --filter=\"create-svelte\"",
"test": "pnpm -r test --workspace-concurrency=1",
"check": "pnpm -r check",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"release": "pnpm publish --tag=next --filter=\"@sveltejs/*\" --filter=\"create-svelte\""
Expand Down

0 comments on commit 9f59f57

Please sign in to comment.