prettier taskfile task for tsc
This commit is contained in:
parent
707d9ec923
commit
88d62536ad
@ -6,7 +6,11 @@ vars:
|
||||
GREETING: Hello, World!
|
||||
|
||||
tasks:
|
||||
tsc: tsc
|
||||
tsc:
|
||||
cmds:
|
||||
- tsc
|
||||
- echo 🙌 typescript compilation successful
|
||||
|
||||
test: jest
|
||||
|
||||
'check:prettier': prettier --check .
|
||||
|
Loading…
Reference in New Issue
Block a user