Skip to content

Commit

Permalink
PR check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Nov 10, 2024
1 parent abb8a96 commit 6ce588c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Run TypeScript, ESLint, and Prettier checks
run: |
yarn build:engine
yarn typecheck
yarn lint
yarn format
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"dev": "lerna run dev --parallel",
"build:engine": "lerna run build --scope @hedron/engine",
"typecheck": "lerna run typecheck",
"lint": "lerna run lint",
"format": "prettier --write ."
Expand Down

0 comments on commit 6ce588c

Please sign in to comment.