Skip to content

Commit

Permalink
chore: remove unused heroku config files (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Jun 27, 2023
1 parent f0a7963 commit b19502c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
16 changes: 0 additions & 16 deletions heroku-setup.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"migrate": "DOTENV_CONFIG_PATH=.env.development ts-node -r dotenv/config.js ./node_modules/node-pg-migrate/bin/node-pg-migrate -j ts -m src/migrations -d CONNECTION_STRING",
"heroku": "./node_modules/node-pg-migrate/bin/node-pg-migrate -m lib/migrations -d CONNECTION_STRING up && NODE_ENV=production node lib/server.js",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"postinstall": "patch-package",
"heroku-prebuild": "node ./heroku-setup.js"
"postinstall": "patch-package"
},
"jest": {
"preset": "ts-jest",
Expand Down
43 changes: 0 additions & 43 deletions src/config/env/heroku.json

This file was deleted.

0 comments on commit b19502c

Please sign in to comment.