Skip to content

Commit

Permalink
try root
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang committed Jan 9, 2025
1 parent 68f6a49 commit cb980e6
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 @@ -49,7 +49,7 @@ jobs:
pnpm recursive list
- name: Run typecheck
run: pnpm --loglevel debug --recursive type-check
run: pnpm type-check

run-tests:
name: Run Tests
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"lint": "prettier --check .",
"format": "prettier --write .",
"build": "turbo run build",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"type-check": "pnpm --recursive type-check"
},
"devDependencies": {
"prettier-plugin-organize-imports": "^4.1.0",
Expand Down

0 comments on commit cb980e6

Please sign in to comment.