File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3131 "deploy" : " npm run task deploy" ,
3232 "deploy:frontend" : " npm run task deploy:frontend" ,
3333 "deploy:backend" : " npm run task deploy:backend" ,
34- "release" : " npm run deploy" ,
34+ "release" : " npm run deploy:frontend " ,
3535 "backend:push" : " npm run task backend:push" ,
3636 "backend:open" : " npm run task backend:open" ,
3737 "backend:logs" : " npm run task backend:logs" ,
Original file line number Diff line number Diff line change @@ -172,9 +172,12 @@ const TASKS = {
172172 // Deployment
173173 deploy : {
174174 description : "Deploy to production" ,
175- workspaces : [ "root " ] ,
175+ workspaces : [ "frontend" , "backend "] ,
176176 parallel : false ,
177- script : "deploy" ,
177+ scripts : {
178+ frontend : "deploy:hostinger" ,
179+ backend : "deploy" ,
180+ } ,
178181 } ,
179182 "deploy:frontend" : {
180183 description : "Deploy frontend only" ,
You can’t perform that action at this time.
0 commit comments