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
|
.env
|
||||||
.yarn/
|
|
||||||
.next/
|
.next/
|
||||||
.github/
|
.github/
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
+3
-1
@@ -4,7 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"license": "agpl-3.0",
|
"license": "agpl-3.0",
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": ["packages/*"]
|
"packages": [
|
||||||
|
"packages/*"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=6.14.x",
|
"npm": ">=6.14.x",
|
||||||
|
|||||||
Reference in New Issue
Block a user