update: package json
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-01 19:25:32 +03:30
parent 669c6fd358
commit e359a5c5e6
+1 -1
View File
@@ -11,7 +11,7 @@
"start:nest": "nest start", "start:nest": "nest start",
"start:dev": "nest start --watch", "start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start": "NODE_ENV=production node --trace-warnings dist/src/main", "start": "NODE_ENV=production node --trace-warnings dist/main",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
"test": "jest", "test": "jest",