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