Closed miped closed 3 years ago
Fixes #72 Fixes #73
One pretty big change: I removed the yarn workspace, because the shared yarn.lock file makes it cumbersome to create individual docker images. The downside is that you need to run yarn install in both folders now.
yarn.lock
yarn install
Fixes #72 Fixes #73
One pretty big change: I removed the yarn workspace, because the shared
yarn.lock
file makes it cumbersome to create individual docker images. The downside is that you need to runyarn install
in both folders now.