Skip to content

Commit

Permalink
Fix verify script (actualbudget#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
djm2k authored Jul 17, 2024
1 parent 7824c52 commit 40e432d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsc",
"test": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules --trace-warnings' jest --coverage",
"types": "tsc --noEmit --incremental",
"verify": "yarn -s lint && yarn types",
"verify": "yarn lint && yarn types",
"reset-password": "node src/scripts/reset-password.js",
"health-check": "node src/scripts/health-check.js"
},
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/400.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [djm2k]
---

Fix `verify` script which runs `yarn lint` and `yarn types`

0 comments on commit 40e432d

Please sign in to comment.