mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 14:33:38 +00:00
rm coverage after build
This commit is contained in:
parent
259f3bb9b4
commit
01afc1c067
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ echo "Build the webpack bundle"
|
|||
echo "Cleaning up node_modules/ to save space"
|
||||
( cd $NEW_CLONE && rm -r node_modules )
|
||||
|
||||
echo "Cleaning up coverage/ to save space"
|
||||
( cd $NEW_CLONE && rm -r coverage )
|
||||
|
||||
PREVIOUS=$(readlink -f public_html/projects/winamp2-js)
|
||||
|
||||
echo "The previous build was: $PREVIOUS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue