Skip to content

Commit

Permalink
Merge pull request #107 from useplunk/dev-driaug-yarn-fix
Browse files Browse the repository at this point in the history
Fix: Add fixed yarn version to Docker build
  • Loading branch information
driaug authored Sep 28, 2024
2 parents 7cf6cbb + ff5c6af commit 8124773
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 8124773

Please sign in to comment.