Added dev script to base monorepo

This commit is contained in:
Ceferino Patino 2022-08-01 22:38:40 -05:00
commit b3b32acc64

View file

@ -9,7 +9,8 @@
"start:server": "npm start -w server",
"start:client": "npm start -w client",
"start:prod": "npm run start:server",
"prestart:prod": "npm run build -w client",
"prestart:prod": "npm run build",
"dev": "npm run dev -w server",
"build": "npm run build -w client"
},
"repository": {
@ -25,4 +26,4 @@
"client",
"server"
]
}
}