Skip to content

Latest commit

 

History

History
 
 

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Scripts

The following executable scripts are provided:

  • check-node.sh: Ensures the running version of Node matches the .nvmrc configuration
  • run-migrations.js: Called on prestart to ensure all migrations are applied to the configured database
    • Note: using node-pg-migrate's own executable limits the configuration options, this is provided so that the SSL settings required in Heroku can be applied
  • up-to-date.sh: Updates all NPM dependencies to the latest compatible versions, tests the result, then commits and pushes if everything is fine