refactor: update configuration constants and clean up package scripts

- Modified time configuration constants in appconfig.constant.ts to reflect new operational hours.
- Removed linting and prettier scripts from package.json to streamline the build process.
This commit is contained in:
2024-12-03 18:19:08 +07:00
parent 81e6192974
commit b0317b0660
2 changed files with 4 additions and 6 deletions

View File

@@ -21,8 +21,6 @@
"prisma:studio": "npx prisma studio --schema=./epess-database/prisma/schema.prisma",
"biome:check": "biome check",
"biome:fix": "biome fix --write",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",