From 08970a8dff637ea4789e01cee8bdd25b4d67d697 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Mon, 23 May 2022 08:29:44 -0700 Subject: [PATCH] Added stencil aliases --- rc/client_scripts/cPanel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/client_scripts/cPanel b/rc/client_scripts/cPanel index 115d25c..5892c1b 100644 --- a/rc/client_scripts/cPanel +++ b/rc/client_scripts/cPanel @@ -51,6 +51,8 @@ export EATOOLS_BIN_DIR=~/git/ea-tools/SOURCES/ #alias ulc="cd /usr/local/cpanel" alias perl="$ulc/3rdparty/bin/perl" +alias stencilwatch='npx stencil test --spec --watchAll' +alias stencilwatche2e='npx stencil test --spec --e2e --watchAll' # Unset PERLTIDY and PERLCRITIC as those variable override looking for # ~/.perltidyrc and ~/.perlcriticrc. -- 2.17.1