From 78a3cdea4099ea1665e93cd9cb84daa016c3ee24 Mon Sep 17 00:00:00 2001 From: Imbus Date: Fri, 15 Dec 2023 01:56:19 +0100 Subject: [PATCH] fmt target for just --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index ecf81d3..b251fba 100644 --- a/Justfile +++ b/Justfile @@ -7,5 +7,8 @@ npm-install: clean: rm -rf node_modules .expo +fmt: + npm run format + lint: npm-install - npm run lint \ No newline at end of file + npm run lint