prettier taskfile task for tsc

This commit is contained in:
Yanick Champoux 2021-10-18 10:18:01 -04:00
parent 707d9ec923
commit 88d62536ad

View File

@ -6,7 +6,11 @@ vars:
GREETING: Hello, World!
tasks:
tsc: tsc
tsc:
cmds:
- tsc
- echo 🙌 typescript compilation successful
test: jest
'check:prettier': prettier --check .