mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
speed up docker build github actions
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ RUN if [ -n "$DISABLE_MINIFY" ] || [ -n "$DISABLE_TRANSLATE" ]; then \
|
||||
*) \
|
||||
echo "Setting TRANSLATE as disabled.";; \
|
||||
esac; \
|
||||
npm uninstall html-minifier jsdom esprima; \
|
||||
npm uninstall html-minifier-terser jsdom esprima; \
|
||||
fi
|
||||
# Possible more updated alternative? @minify-html/node@0.15.0 -> https://www.npmjs.com/package/@minify-html/node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user