Skip to content

Commit

Permalink
test for deploy heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielnavas committed Feb 4, 2021
1 parent 39d0946 commit 2c60855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && node dist/main/server.js",
"start": "ts-node src/main/server.ts",
"build": "tsc -p tsconfig-build.json",
"postinstall": "npm run build",
"dev": "nodemon --watch './src' --exec 'ts-node --files ./src/main/server.ts' -e ts",
"docker": "docker run --name todo_backend_db -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres ",
"test": "jest --passWithNoTests --runInBand --no-cache",
Expand Down

0 comments on commit 2c60855

Please sign in to comment.