Skip to content

Commit

Permalink
Merge pull request #51 from UMC-FITple/feat/#50_backend_cicd-11
Browse files Browse the repository at this point in the history
CI/CD 파이프라인 수정-11
  • Loading branch information
seoyeoneel02 authored Aug 16, 2024
2 parents 2e3fb5d + fe8ab9e commit 1d046d3
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 436 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon --exec babel-node index.js",
"start:dist": "webpack --mode production & node ./dist/main.js",
"start": "node index.js",
"dev": "nodemon src/index.js",
"start": "node ./dist/main.js",
"dev": "nodemon index.js",
"build": "webpack",
"lint": "eslint .",
"format": "prettier --write ."
Expand All @@ -19,11 +19,11 @@
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/node": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/node": "^7.25.0",
"@babel/preset-env": "^7.25.3",
"babel-loader": "^9.1.3",
"eslint": "^9.7.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nodemon": "^3.1.4",
Expand All @@ -45,7 +45,7 @@
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"multer": "1.4.5-lts.1",
"mysql2": "^3.10.3",
"mysql2": "^3.11.0",
"sequelize": "^6.37.3",
"swagger-ui-dist": "^5.17.14",
"yamljs": "^0.3.0"
Expand Down
Loading

0 comments on commit 1d046d3

Please sign in to comment.