Skip to content

Commit

Permalink
Install bower to build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 10, 2021
1 parent b5f1176 commit 521817d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
- |
. ~/.nvm/nvm.sh
nvm install 12.18
npm install -g bower
sbt -Duser.home=$PWD test:compile test Universal/packageBin
# Build packages
Expand All @@ -39,6 +40,7 @@ steps:
fi
. ~/.nvm/nvm.sh
nvm install 12.18
npm install -g bower
[ -n "$PLUGIN_PGP_KEY" ] && gpg --batch --import - <<< $PLUGIN_PGP_KEY
sbt -Duser.home=$PWD Docker/stage Debian/packageBin Rpm/packageBin Universal/packageBin cortexWithDeps/Docker/stage
if ( echo $V | grep -qi rc )
Expand Down

0 comments on commit 521817d

Please sign in to comment.