don't run npm audit fix

currently it fails (because it can't resolve the $tailwindcss reference)
but also in general we might not want to depend on automatic updating the
dependencies without checking them first.
This commit is contained in:
Stefan Melmuk 2023-08-31 19:56:04 +02:00
parent 5f58716fbf
commit e94fdf1d38
No known key found for this signature in database
GPG key ID: 817020C608FE9C09
2 changed files with 0 additions and 2 deletions

View file

@ -45,7 +45,6 @@ RUN bash /apply_patches.sh
# Build
RUN npm ci
RUN npm audit fix || true
# Switch to the web apps folder
WORKDIR /vault/apps/web

View file

@ -20,7 +20,6 @@ npm --version
# Build
pushd "${VAULT_FOLDER}"
npm ci
npm audit fix || true
pushd apps/web
npm run dist:oss:selfhost