deploy prep

This commit is contained in:
Timur Ercan
2023-01-09 09:46:08 +01:00
parent dc4f1c5fac
commit 4cde95304a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"build": "cd apps&cd web&next build",
"start": "next start"
"start": "cd apps&cd web&next start"
},
"workspaces": [
"apps/*",