as changed in 1e990dd7ae

Lukas Winkler
2022-01-19 19:01:53 +01:00
parent 4f637f278b
commit 5087fbd756

@@ -82,7 +82,7 @@ git apply vX.Y.Z.patch
npm install npm install
# Read the note below (we do use this for our docker builds). # Read the note below (we do use this for our docker builds).
# npm audit fix # npm audit fix
npm run dist npm run dist:oss:selfhost
``` ```
*Note: You might be asked to run ```npm audit fix``` to fix vulnerability. This will automatically try to upgrade packages to newer version, which might not be compatible and break web-vault functionality``` Use it at your own risk, if you know what you are doing. We do use this on our own releases btw!* *Note: You might be asked to run ```npm audit fix``` to fix vulnerability. This will automatically try to upgrade packages to newer version, which might not be compatible and break web-vault functionality``` Use it at your own risk, if you know what you are doing. We do use this on our own releases btw!*