You've already forked Mailu
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:
@ -8,6 +8,8 @@ COPY package.json ./
|
||||
|
||||
RUN set -euxo pipefail \
|
||||
; 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 \
|
||||
; sed -i 's/#007bff/#55a5d9/' node_modules/admin-lte/build/scss/_bootstrap-variables.scss \
|
||||
; mkdir assets \
|
||||
|
Reference in New Issue
Block a user