Skip to content

Commit

Permalink
Added line to clean up npm packaged tgz after we're finished with it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrazzatti committed Dec 12, 2018
1 parent fd3c39b commit 11171d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundleTgz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ mkdir tmp
mkdir dist
echo "Extracting npm made tarball to tmp dir so we can remove the internal package dir"
tar xvfz $fileName -C tmp/
rm -f $fileName
cd tmp/package
echo "Repackaging tarball without package directory"
tar cvfz ../../dist/$fileName .
cd ../../
rm -Rf tmp



Binary file removed redboxresearchdata-redbox-hook-template-0.0.2.tgz
Binary file not shown.

0 comments on commit 11171d5

Please sign in to comment.