Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 435 Bytes

README_DEV.md

File metadata and controls

15 lines (13 loc) · 435 Bytes

Create migration

npm run migrate:create -- -n MigrationName
npm run migrate:generate -- -n MigrationName
npm run migrate:run

Run with custom env file

./node_modules/.bin/cross-env NODE_ENV=production npm run start
./node_modules/.bin/cross-env NODE_ENV=postgres npm run build
./node_modules/.bin/cross-env NODE_ENV=postgres npm run start:dev
./node_modules/.bin/cross-env NODE_ENV=postgres npm run start