mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
62eb4b6d2b
Due to failing docker builds it was brought to our attention, that the backend relied on the uuid package without declaring it as dependency. This worked in all development and build scenarios as the frontend declares uuid as dependency already and top-level `yarn install` installs all dependencies from all workspaces. However as the docker build only runs for either the backend or the frontend, this failed. This commit adds the dependency to the backend as well. Signed-off-by: Erik Michelson <github@erik.michelson.eu> |
||
---|---|---|
.. | ||
docker | ||
public | ||
src | ||
test | ||
.editorconfig | ||
.env | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
.prettierrc.json.license | ||
CHANGELOG.md | ||
eslint-local-rules.js | ||
jest-e2e.json | ||
jest-e2e.json.license | ||
nest-cli.json | ||
nest-cli.json.license | ||
package.json | ||
package.json.license | ||
tsconfig.build.json | ||
tsconfig.build.json.license | ||
tsconfig.json | ||
tsconfig.json.license |