Merge branch 'main' into fix/build-session
commit
7218109755
|
@ -7,7 +7,8 @@
|
||||||
"author": "Cal.com Inc.",
|
"author": "Cal.com Inc.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "next build",
|
"app-store:generate": "yarn workspace @calcom/app-store-cli generate",
|
||||||
|
"build": "yarn app-store:generate && next build",
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
||||||
"dev": "PORT=3002 next dev",
|
"dev": "PORT=3002 next dev",
|
||||||
"lint-fix": "next lint --fix && prettier --write .",
|
"lint-fix": "next lint --fix && prettier --write .",
|
||||||
|
|
Loading…
Reference in New Issue