From 682f9a08716fa5fc226716d3148c58300b8e1923 Mon Sep 17 00:00:00 2001 From: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:22:41 -0500 Subject: [PATCH] Update Makefile Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3ac5337..fbe4868d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -intall: +setup: yarn install build: install @@ -8,4 +8,4 @@ format-check: yarn run format:check format-fix: - yarn run format:write \ No newline at end of file + yarn run format:write