Skip to content

Commit

Permalink
Fix: bower_components does not exist on any build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Jan 3, 2017
1 parent d529beb commit 58a59b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/arm/make_arm_deb_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ echo $SRC
# Install UI
npm install duniter-ui
rm -Rf node_modules/duniter-ui/node_modules
rm -Rf node_modules/duniter-ui/bower_components

cd ..
mkdir -p duniter_release/sources
Expand Down
1 change: 0 additions & 1 deletion ci/travis/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if [[ ! -f before_deploy ]]; then
# Install UI (common to desktop and server)
npm install duniter-ui
rm -Rf node_modules/duniter-ui/node_modules
rm -Rf node_modules/duniter-ui/bower_components

cd ..
cp -r $SRC desktop_
Expand Down

0 comments on commit 58a59b1

Please sign in to comment.