Skip to content

Commit

Permalink
Fix checks scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Nov 16, 2023
1 parent 1f40e31 commit 8a8ba99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run format:check
- run: pnpm run types
- run: pnpm run ts:check
- run: pnpm run build

test:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepublishOnly": "pnpm run build",
"test": "vitest --config ./cfg/vitest.config.ts"
"test": "vitest --config ./cfg/vitest.config.ts",
"ts:check": "tsc"
},
"devDependencies": {
"husky": "^8.0.3",
Expand Down

0 comments on commit 8a8ba99

Please sign in to comment.