Skip to content

Commit

Permalink
Merge pull request #568 from mattpocock/matt/added-a-local-ci-command
Browse files Browse the repository at this point in the history
Added a local CI command
  • Loading branch information
supermacro authored Sep 6, 2024
2 parents 25faae8 + f7fb73c commit 5eb8661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dist"
],
"scripts": {
"local-ci": "npm run typecheck && npm run lint && npm run test && npm run format && npm run build",
"test": "jest && npm run test-types",
"test-types": "tsc --noEmit -p ./tests/tsconfig.tests.json",
"lint": "eslint ./src --ext .ts",
Expand Down

0 comments on commit 5eb8661

Please sign in to comment.