1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-15 01:24:34 +02:00

Create a fake husky to fix the CI

This commit is contained in:
Florent Daigniere
2024-03-10 15:52:59 +01:00
parent 86adf07461
commit 8c842ff3aa

View File

@ -8,6 +8,8 @@ COPY package.json ./
RUN set -euxo pipefail \ RUN set -euxo pipefail \
; npm config set update-notifier false \ ; npm config set update-notifier false \
; echo "#!/bin/sh" >/usr/local/bin/husky \
; chmod +x /usr/local/bin/husky \
; npm install --no-audit --no-fund \ ; npm install --no-audit --no-fund \
; sed -i 's/#007bff/#55a5d9/' node_modules/admin-lte/build/scss/_bootstrap-variables.scss \ ; sed -i 's/#007bff/#55a5d9/' node_modules/admin-lte/build/scss/_bootstrap-variables.scss \
; mkdir assets \ ; mkdir assets \