Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: use build:lib instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcalpena committed Sep 12, 2019
1 parent fa465bf commit 7aabdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Changing directory to $TRAVIS_BUILD_DIR"
# note: This does not work with symlinks
cd "$TRAVIS_BUILD_DIR"

if npm "run" "build" ; then
if npm "run" "build:lib" ; then
npm "run" "semantic-release"
else
echo "npm run build failed"
Expand Down

0 comments on commit 7aabdd1

Please sign in to comment.