diff --git a/package.json b/package.json index 987f53c..0deadf9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "build": "tsc", "run": "tsc && node dist/app.js", "start": "node app.js", - "test": "jest" + "test": "jest", + "format": "npx prettier -w ." }, "dependencies": { "axios": "^1.2.1",