prettier taskfile task for tsc

typescript
Yanick Champoux 2021-10-18 10:18:01 -04:00
parent 707d9ec923
commit 88d62536ad
1 changed files with 5 additions and 1 deletions

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 .