Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(pouchdb#5203) - fix rebuild before npm t
  • Loading branch information
nolanlawson authored and daleharvey committed May 23, 2016
1 parent a3736c7 commit 327f677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-node.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# don't bother doing this in travis because it's already been built
if [ ! -z $TRAVIS ]; then
if [ -z $TRAVIS ]; then
BUILD_NODE=1 npm run build-modules
fi

0 comments on commit 327f677

Please sign in to comment.