Skip to content

Commit

Permalink
chore: fix container building
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Nov 4, 2024
1 parent 69d1e15 commit 0c9dff9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 20 deletions.
8 changes: 8 additions & 0 deletions .changeset/modern-teachers-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@quassel/backend": patch
"@quassel/frontend": patch
"@quassel/mockup": patch
"@quassel/ui": patch
---

Fix container building
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@nx-tools/core": "npm:@openscript/[email protected]"
}
}
}
41 changes: 22 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c9dff9

Please sign in to comment.