Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoboff committed Sep 1, 2017
1 parent ffa09b7 commit 6a6a3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$1" ]]; then
exit 1
fi

npm run lint-no-fix
npm run lint
npm run test
NEW_VERSION=`npm version $1 | cut -d ' ' -f1 | head -1`
npm run build
Expand Down

0 comments on commit 6a6a3d6

Please sign in to comment.