Add npm format script

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-09-27 20:50:05 +01:00
parent 51bae70d6c
commit 9a4f621f69
1 changed files with 2 additions and 1 deletions

View File

@ -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",