Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaltrushaitis committed Oct 30, 2022
2 parents fb76dc0 + 453fa69 commit d344c07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ bower: ;

setup-deps: ;
@ echo "$(DAT) $(BEGIN): $(TARG)"
sudo apt-get -qq -y install pwgen figlet toilet toilet-fonts jq #2>/dev/null
npm i --verbose --global gulp-cli #2>/dev/null
npm i --verbose gulp # 2>/dev/null
sudo apt-get -qq -y install pwgen figlet toilet toilet-fonts jq
npm i --verbose --global gulp-cli
npm i --verbose gulp
npm i --verbose
$(FIGLET) "BOWER: $(STG)"
bower i --allow-root --production --verbose
Expand Down

0 comments on commit d344c07

Please sign in to comment.