Skip to content

Commit

Permalink
run check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sameoldlab authored Aug 2, 2024
1 parent c6732ce commit 24c74c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run checks
- name: Run lint
run: pnpm lint
- name: Run checks
run: pnpm check

- name: Build
run: pnpm build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write .",
"prepare": "husky install",
"build": "pnpm -F='./packages/*' --parallel build",
"check": "pnpm -r --no-bail check",
"check": "pnpm -r --no-bail --parallel check",
"dev:site": "pnpm -F site dev",
"dev:pkg": "pnpm -F='./packages/*' --parallel dev",
"build:site": "pnpm -F site build",
Expand Down

0 comments on commit 24c74c5

Please sign in to comment.