From 215516207b998bafa85588d315de25f1ecbf3042 Mon Sep 17 00:00:00 2001 From: MajorDroolz Date: Tue, 20 Dec 2022 00:02:06 -0500 Subject: [PATCH] FIX: I think i'm now verified. --- .github/workflows/minify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index c0ff2fb..36fc592 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -16,8 +16,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '16' - - run: | - npm i -g terser csso-cli html-minifier + - run: npm i -g terser csso-cli html-minifier # Use CLI tools to minify, overwriting existing files - run: for i in `find . -name "*.js" -type f`; do terser $i --compress -o $i; done