Scripts fixes
parent
49087d858e
commit
4d93b08e4c
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue