Docker: fix building

This commit is contained in:
Chika 2022-01-17 14:41:07 +03:00
parent 1f1d868707
commit 04628a92aa
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,6 @@ yarn.lock
yarn-error.log yarn-error.log
*.log *.log
.git .git
build build
.yarn
.yarnrc.yml

View File

@ -57,7 +57,7 @@
"source-map-explorer": "^2.5.2" "source-map-explorer": "^2.5.2"
}, },
"resolutions": { "resolutions": {
"babel-loader": "8.1.0" "mini-css-extract-plugin": "2.4.5"
}, },
"scripts": { "scripts": {
"graphql:codegen": "apollo client:codegen --target typescript", "graphql:codegen": "apollo client:codegen --target typescript",