chore: removed npx from pino-pretty

This commit is contained in:
Akhil Mohan
2023-11-01 20:06:02 +05:30
parent 20d4f16d33
commit 28a2aebe67

View File

@@ -66,7 +66,7 @@
"main": "src/index.js",
"scripts": {
"start": "node build/index.js",
"dev": "nodemon index.js | npx pino-pretty --colorize",
"dev": "nodemon index.js | pino-pretty --colorize",
"swagger-autogen": "node ./swagger/index.ts",
"build": "rimraf ./build && tsc && cp -R ./src/templates ./build && cp -R ./src/data ./build",
"lint": "eslint . --ext .ts",