Skip to content

Commit

Permalink
updated makefile to include new scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Aug 30, 2023
1 parent 4676de0 commit ed800f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 684 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ intall:
build: install
yarn run build-all

format:
yarn run format
format-check:
yarn run format:check

format-fix:
yarn run format:write
Loading

0 comments on commit ed800f0

Please sign in to comment.