Merge pull request #107 from useplunk/dev-driaug-yarn-fix
Fix: Add fixed yarn version to Docker build
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
.env
|
||||
.yarn/
|
||||
.next/
|
||||
.github/
|
||||
dist/
|
||||
|
||||
+3
-1
@@ -4,7 +4,9 @@
|
||||
"private": true,
|
||||
"license": "agpl-3.0",
|
||||
"workspaces": {
|
||||
"packages": ["packages/*"]
|
||||
"packages": [
|
||||
"packages/*"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=6.14.x",
|
||||
|
||||
Reference in New Issue
Block a user