From de977a4d0ac526ffa404d44572f8baef951cb4cf Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Wed, 29 Mar 2023 20:03:44 +0200 Subject: [PATCH] fix: update scss autofix cmd name --- bin/stencil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/stencil.js b/bin/stencil.js index ef2f3a40..623f66e2 100755 --- a/bin/stencil.js +++ b/bin/stencil.js @@ -16,5 +16,5 @@ program .command('pull', 'Pulls currently active theme config files and overwrites local copy') .command('download', 'Downloads all the theme files') .command('debug', 'Prints environment and theme settings for debug purposes') - .command('scss autofix', 'Prints environment and theme settings for debug purposes') + .command('scss-autofix', 'Prints environment and theme settings for debug purposes') .parse(process.argv);