fix(build): maybe fix
This commit is contained in:
parent
386cad0474
commit
d5c0355fd4
1 changed files with 1 additions and 1 deletions
|
@ -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.sqlite.prisma",
|
||||
"build:schema": "prisma generate --schema=prisma/schema.psql.prisma",
|
||||
"start": "node server",
|
||||
"lint": "next lint",
|
||||
"ts-node": "./node_modules/.bin/ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\" --transpile-only",
|
||||
|
|
Loading…
Reference in a new issue