Skip to content

Commit e397b32

Browse files
feat(3scale): added yarn fixes
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent f3c3bab commit e397b32

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

workspaces/3scale/packages/app/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"private": true,
55
"bundled": true,
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/backstage/community-plugins",
9+
"directory": "workspaces/3scale/packages/app"
10+
},
611
"backstage": {
712
"role": "frontend"
813
},

workspaces/3scale/packages/backend/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/backstage/community-plugins",
10+
"directory": "workspaces/3scale/packages/backend"
11+
},
712
"backstage": {
813
"role": "backend"
914
},

0 commit comments

Comments
 (0)