fix build

This commit is contained in:
2024-11-21 08:49:13 +02:00
parent 3bba6a5007
commit f435a0b9ef
3 changed files with 8239 additions and 0 deletions
+19
View File
@@ -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"
}
}