Skip to content

Commit

Permalink
(fix): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
belovetech committed Sep 26, 2023
1 parent fb423a8 commit a4a37f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "tsc && dist/src/server.js",
"start:dev": "pnpm run test --watch",
"start:prod": "node dist/server.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "vitest"
},
"keywords": [],
Expand Down

0 comments on commit a4a37f9

Please sign in to comment.