Skip to content

Commit

Permalink
Chore: corrected pack pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 15, 2021
1 parent 364e26b commit 273497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ rm -rf tmp/package
PACKAGE="$(npm pack 2>&1 | tail -1)"
mkdir -p tmp
tar -xvzf $PACKAGE -C tmp
mv $PACKAGE ${PACKAGE/-0.0.1/}
mv $PACKAGE ${PACKAGE/-[0-9\.]+\.tgz/.tgz}

0 comments on commit 273497a

Please sign in to comment.