Added stencil aliases
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Mon, 23 May 2022 15:29:44 +0000 (08:29 -0700)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Mon, 23 May 2022 15:29:44 +0000 (08:29 -0700)
rc/client_scripts/cPanel

index 115d25c..5892c1b 100644 (file)
@@ -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.