Skip to content

Commit fc21c0b

Browse files
committed
add common dep...
unclear why the build on standalone-ui works in monorepo context. but in any case, is needed at build time for scaffolded courses
1 parent 25ff081 commit fc21c0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/standalone-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@mdi/font": "^7.3.67",
40+
"@vue-skuilder/common": "workspace:*",
4041
"@vue-skuilder/common-ui": "workspace:*",
4142
"@vue-skuilder/courseware": "workspace:*",
4243
"@vue-skuilder/db": "workspace:*",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6447,6 +6447,7 @@ __metadata:
64476447
"@types/cypress": "npm:1.1.6"
64486448
"@types/events": "npm:^3"
64496449
"@vitejs/plugin-vue": "npm:^5.2.1"
6450+
"@vue-skuilder/common": "workspace:*"
64506451
"@vue-skuilder/common-ui": "workspace:*"
64516452
"@vue-skuilder/courseware": "workspace:*"
64526453
"@vue-skuilder/db": "workspace:*"

0 commit comments

Comments
 (0)