From 0f1844f49eeb5a485b97bc1ddf689acc2c4bd0d7 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 9 Oct 2021 11:05:29 -0400 Subject: [PATCH] fix tests (`cli.js` -> `lib/cli.js`) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a749ad..26d158f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,4 @@ jobs: path: site/ fetch-depth: 1 - name: Build example site - run: node cli.js --source site/ --minify --verbose + run: node lib/cli.js --source site/ --minify --verbose