Skip to content

Commit

Permalink
chore: fix mockPublish
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Sep 13, 2024
1 parent c1247a9 commit 810858a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/mockPublish
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ set -e
set -o pipefail

mkdir -p ./tmp
npm pack
mv *.tgz ./tmp
npm pack --pack-destination ./tmp
tar xvzf tmp/*.tgz -C ./tmp

exit 0

0 comments on commit 810858a

Please sign in to comment.