Scripts fixes

pull/9078/head
zomars 2022-06-14 14:08:19 -06:00
parent 49087d858e
commit 4d93b08e4c
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "next build", "build": "next build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"dev-real": "PORT=3002 next dev", "dev": "PORT=3002 next dev",
"dev": "next build && PORT=3002 next start",
"lint-fix": "next lint --fix && prettier --write .", "lint-fix": "next lint --fix && prettier --write .",
"lint": "next lint", "lint": "next lint",
"prebuild": "cd ../.. && yarn workspace @calcom/prisma generate-schemas", "prebuild": "cd ../.. && yarn workspace @calcom/prisma generate-schemas",