Skip to content

Commit

Permalink
add "yarn check-all" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Aug 13, 2023
1 parent da99513 commit 7c3d0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test": "vitest --no-watch --reporter verbose",
"test:watch": "vitest --reporter verbose",
"test:gui": "vitest --ui",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"check-all": "yarn type-check && yarn lint && yarn format && yarn test"
},
"dependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 7c3d0ed

Please sign in to comment.