Migration and seed are now post-install scripts.

This commit is contained in:
2019-04-08 03:40:08 +02:00
parent 43a690251b
commit 3bd39b0e66
2 changed files with 4 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {
"postinstall": "npm run migrate && npm run seed",
"start": "node src/app.js",
"eslint": "eslint src/",
"eslint-watch": "esw --watch src/",