Skip to content

Commit 0c9dff9

Browse files
committed
chore: fix container building
1 parent 69d1e15 commit 0c9dff9

File tree

3 files changed

+36
-20
lines changed

3 files changed

+36
-20
lines changed

.changeset/modern-teachers-fly.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@quassel/backend": patch
3+
"@quassel/frontend": patch
4+
"@quassel/mockup": patch
5+
"@quassel/ui": patch
6+
---
7+
8+
Fix container building

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@
3737
"engines": {
3838
"node": ">=20.0.0"
3939
},
40-
"packageManager": "pnpm@9.12.3"
40+
"packageManager": "pnpm@9.12.3",
41+
"pnpm": {
42+
"overrides": {
43+
"@nx-tools/core": "npm:@openscript/nx-tools-core@6.1.1"
44+
}
45+
}
4146
}

pnpm-lock.yaml

Lines changed: 22 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)