fix start and build

This commit is contained in:
Guillaume Dorce 2022-10-21 17:05:22 +02:00
parent ed1d5cdd53
commit ef8096c7cb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon --watch src -e js,ts,json --exec 'ts-node src/index.ts'",
"build": "tsc --build && tsc-alias",
"build": "cd client && pnpm build",
"start": "ts-node src/index.ts",
"db": "prisma studio",
"db-build": "prisma generate; prisma db push"