Skip to content

Commit

Permalink
chore: update npm release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mathpaquette committed Feb 14, 2023
1 parent 6890c43 commit d0c2bc0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

set -e

if [ -z "${TSKMGR_VERSION}" ]; then
echo "TSKMGR_VERSION variable not set!"
exit 1
fi
TSKMGR_VERSION=$(node -p "require('./package.json').version")

echo "Bumping @tskmgr/common version"
cd libs/common && npm version "${TSKMGR_VERSION}" && cd -
Expand Down

0 comments on commit d0c2bc0

Please sign in to comment.