mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 20:38:25 +03:00
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:
parent
5f58716fbf
commit
e94fdf1d38
2 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,6 @@ RUN bash /apply_patches.sh
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
RUN npm audit fix || true
|
|
||||||
|
|
||||||
# Switch to the web apps folder
|
# Switch to the web apps folder
|
||||||
WORKDIR /vault/apps/web
|
WORKDIR /vault/apps/web
|
||||||
|
|
|
@ -20,7 +20,6 @@ npm --version
|
||||||
# Build
|
# Build
|
||||||
pushd "${VAULT_FOLDER}"
|
pushd "${VAULT_FOLDER}"
|
||||||
npm ci
|
npm ci
|
||||||
npm audit fix || true
|
|
||||||
|
|
||||||
pushd apps/web
|
pushd apps/web
|
||||||
npm run dist:oss:selfhost
|
npm run dist:oss:selfhost
|
||||||
|
|
Loading…
Reference in a new issue