1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

feat: add migrations dir

This commit is contained in:
Fredrik Oseberg 2021-02-11 11:57:17 +01:00 committed by Christopher Kolstad
parent b9dcd94d11
commit a009167572
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -31,7 +31,7 @@
"start": "node server.js",
"start:google": "node examples/google-auth-unleash.js",
"start:dev": "NODE_ENV=development supervisor --ignore ./node_modules/,website ./dist/server-dev.js",
"db-migrate": "db-migrate",
"db-migrate": "db-migrate --migrations-dir ./src/migrations",
"lint": "eslint .",
"build:ts": "tsc",
"test": "NODE_ENV=test PORT=4243 ava",