Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed Sep 10, 2023
1 parent a12cd39 commit 987e4cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,16 @@ install_node_dependencies:
$(info Install node dependencies…)

npm ci

install_ionic:
$(info Install ionic…)

npm install -g @ionic/cli

setup: \
pre_setup \
install_node_dependencies
install_node_dependencies \
install_ionic

# check_for_homebrew \
# update_homebrew \
Expand Down

0 comments on commit 987e4cd

Please sign in to comment.