FIX: Remove HTML Minifier

This commit is contained in:
MajorDroolz
2023-01-04 23:24:21 -05:00
parent fed3479ed1
commit 7463c1927a

View File

@@ -19,7 +19,7 @@ jobs:
node-version: '16' node-version: '16'
- name: Install dependencies. - name: Install dependencies.
run: npm i -g terser csso-cli html-minifier run: npm i -g terser csso-cli
- name: "Copying changes over to build." - name: "Copying changes over to build."
run: git checkout -b build run: git checkout -b build