Skip to content

Commit

Permalink
[test] CI/CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
edder773 committed Nov 19, 2024
1 parent 2362b92 commit 5403421
Show file tree
Hide file tree
Showing 80 changed files with 21,798 additions and 1,368 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist/
eslint.config.js
tailwind.config.js
.eslintrc
.eslintrc
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#
package-lock.json
pnpm-lock.yaml

# Node
### Logs ###
Expand Down Expand Up @@ -78,6 +77,7 @@ web_modules/
.yarn-integrity

# dotenv environment variable files
apps/backend/.env
.env
.env.development.local
.env.test.local
Expand Down
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pnpm run lint
pnpm run format && pnpm run lint

git add .
7 changes: 7 additions & 0 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@nestjs/core": "^10.4.7",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^8.0.5",
"@types/bcrypt": "^5.0.2",
Expand All @@ -33,6 +34,9 @@
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-kakao": "^1.0.1",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
Expand All @@ -46,6 +50,9 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/passport": "^1.0.17",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-kakao": "^1.0.3",
"@types/pg": "^8.11.10",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Expand Down
Loading

0 comments on commit 5403421

Please sign in to comment.