Fix build

This commit is contained in:
schmelczerandras 2020-10-17 18:46:12 +02:00
parent e83c58e1a5
commit ec0520698e
3 changed files with 6 additions and 19 deletions

View file

@ -11,8 +11,11 @@
"**"
]
},
"devDependencies": {
"concurrently": "^5.3.0"
},
"scripts": {
"build": "yarn workspaces shared run build && yarn workspaces frontend run build && yarn workspaces backend run build",
"build": "yarn workspace shared run build && yarn workspace decla.red-frontend run build && yarn workspace declared-server run build",
"lint": "eslint './**/src/**/*.{js,ts,json}' --fix",
"frontend": "yarn workspace decla.red-frontend start",
"shared": "yarn workspace shared start",