Skip to content

Commit

Permalink
Remove npm test line
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpul committed Mar 11, 2016
1 parent aa65889 commit f0f84ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
VERSION=$(node --eval "console.log(require('./package.json').version);")
NAME=$(node --eval "console.log(require('./package.json').name);")

# build and test
npm test || exit 1

# checkout temp branch for release
git checkout -b gh-release

Expand Down

0 comments on commit f0f84ef

Please sign in to comment.