Skip to content

Commit

Permalink
Merge pull request #29 from thecodegram/shaygeko/patch-deployment
Browse files Browse the repository at this point in the history
Patching deployment
  • Loading branch information
ShayGeko authored Sep 4, 2023
2 parents f20ce1b + b06ed3b commit 3347297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev-start": "nodemon --exec ts-node src/server.ts",
"build": "tsc && npm run copy-sql",
"gcp-build": "npm install --save-dev && npm run build",
"copy-sql": "cp ./src/db/db_init.sql ./dist/src/db/db_init.sql",
"copy-sql": "cp ./src/db/db_init.sql ./dist/db/db_init.sql",
"tsconfig": "tsc --init",
"test": "mocha"
},
Expand Down Expand Up @@ -62,6 +62,6 @@
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
4 changes: 1 addition & 3 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"esModuleInterop": true
},
"include": [
"src",
"src/db/db_init.sql",
"test"
"src"
]
}

0 comments on commit 3347297

Please sign in to comment.