fix build
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@hereconnect/monorepo",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"apps/*",
|
||||
"packages/*",
|
||||
"services/*"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npm run start --workspace=apps/frontend",
|
||||
"build": "npm run build --workspaces",
|
||||
"test": "npm run test --workspaces",
|
||||
"lint": "npm run lint --workspaces"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user