Generate Prisma schema on start up

pull/69/head
Hugo Müller-Downing 2020-08-26 18:01:55 +10:00
parent 3e1bc27f26
commit 51c763c075
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
},
"scripts": {
"dev": "next dev",
"build": "npm-run-all build-tracker copy-db-schema build-db-client build-app",
"build": "npm-run-all build-tracker build-app",
"prestart": "npm-run-all copy-db-schema build-db-client",
"start": "next start",
"build-app": "next build",
"build-tracker": "rollup -c rollup.tracker.config.js",