fix start and build
This commit is contained in:
parent
ed1d5cdd53
commit
ef8096c7cb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue