From cdb110a19fa4de4347d07a65d75375c0fb726061 Mon Sep 17 00:00:00 2001 From: Imbus Date: Fri, 15 Dec 2023 01:58:10 +0100 Subject: [PATCH] Justfile target modifications --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index b251fba..bfbd0a4 100644 --- a/Justfile +++ b/Justfile @@ -7,7 +7,7 @@ npm-install: clean: rm -rf node_modules .expo -fmt: +fmt: npm-install npm run format lint: npm-install