Skip to content

Commit

Permalink
ci: skip typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 4, 2024
1 parent 54757d6 commit 6e89d1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
with:
cmd: install

- name: ✅ Typecheck
run: yarn typecheck

- name: 🧪 Test
run: yarn test:cov

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"build:storybook": "storybook build",
"test": "vitest",
"test:cov": "vitest --coverage",
"typecheck": "vitest --typecheck.only",
"storybook": "storybook dev",
"sb": "yarn storybook",
"sb:up": "yarn dlx storybook@latest upgrade",
Expand Down

0 comments on commit 6e89d1d

Please sign in to comment.