Skip to content

Commit

Permalink
Clean npm cache after building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 15, 2024
1 parent 3bccfd8 commit cfe4306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ gitbook build
# replace assets copy to assets symlink to save space
rm -rf _book/assets && ln -s ../docs/assets _book/assets
touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clover/www/CATKIN_IGNORE apps/CATKIN_IGNORE # ignore documentation files by catkin
npm cache clean --force

echo_stamp "Installing additional ROS packages"
my_travis_retry apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit cfe4306

Please sign in to comment.