Add npm format script
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
51bae70d6c
commit
9a4f621f69
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user