Skip to content

Commit

Permalink
Fix: Add fixed yarn version to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
driaug committed Sep 28, 2024
1 parent daa8285 commit ff5c6af
Show file tree
Hide file tree
Showing 3 changed files with 13,533 additions and 9,974 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.env
.yarn/
.next/
.github/
dist/
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"license": "agpl-3.0",
"workspaces": {
"packages": ["packages/*"]
"packages": [
"packages/*"
]
},
"engines": {
"npm": ">=6.14.x",
Expand Down
Loading

0 comments on commit ff5c6af

Please sign in to comment.