fix(build): fix

This commit is contained in:
diced 2021-08-24 10:27:20 -07:00
parent d5c0355fd4
commit 8c03e74979
No known key found for this signature in database
GPG key ID: 85AB64C74535D76E

View file

@ -6,7 +6,7 @@
"dev": "NODE_ENV=development node server",
"build": "npm-run-all build:schema build:next",
"build:next": "next build",
"build:schema": "prisma generate --schema=prisma/schema.psql.prisma",
"build:schema": "prisma generate --schema=prisma/schema.shared.prisma",
"start": "node server",
"lint": "next lint",
"ts-node": "./node_modules/.bin/ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\" --transpile-only",