Skip to content

Commit

Permalink
Chore: corrected extglob matching
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 15, 2021
1 parent 273497a commit 72a2201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ bin
.mocharc.json
.nycrc.json
.releaserc.json
coverage/*
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-9\.]+\.tgz/.tgz}
mv $PACKAGE ${PACKAGE/-[0-9.]*.tgz/.tgz}

0 comments on commit 72a2201

Please sign in to comment.