Skip to content

Commit

Permalink
don't run npm audit fix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stefan0xC committed Aug 31, 2023
1 parent 5f58716 commit e94fdf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/build_web_vault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ npm --version
# Build
pushd "${VAULT_FOLDER}"
npm ci
npm audit fix || true

pushd apps/web
npm run dist:oss:selfhost
Expand Down

0 comments on commit e94fdf1

Please sign in to comment.