issue # gitlab-ci 테스트

This commit is contained in:
geonhee-min
2025-11-24 10:27:42 +09:00
parent fb544e9e3a
commit dbf96453b5
11 changed files with 130 additions and 74 deletions

View File

@@ -6,12 +6,13 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"build": "NODE_ENV=prod nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:local": "NODE_ENV=local nest start --watch",
"start:dev": "NODE_ENV=dev nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "NODE_ENV=prod node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
@@ -23,6 +24,7 @@
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^11.0.1",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.0.1",
"@nestjs/platform-express": "^11.0.1",
"bcrypt": "^6.0.0",