Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pepper committed Jun 24, 2024
1 parent 0ce5580 commit bfb7602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"new-lambda": "pnpm hygen new-lambda api-gateway && pnpm install && cd ./cdk && yarn lint --fix && yarn test -u && git add ./lib/__snapshots__/*.test.ts.snap",
"prepare": "husky",
"format": "prettier --write handlers/**/*.ts cdk/**/*.ts modules/**/*.ts",
"check-formatting": "pnpm -r run check-formatting",
"test-update": "jest -u"
"check-formatting": "pnpm -r run check-formatting"
},
"devDependencies": {
"@guardian/eslint-config-typescript": "8.0.1",
Expand Down

0 comments on commit bfb7602

Please sign in to comment.