Sign in
apache
/
pouchdb
/
refs/heads/5188
/
.
/
bin
/
build-node.sh
blob: 73c82a00a2d5a3aaaaef9222e4829c01a48dbfc0 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# don't bother doing this in travis because it's already been built
if
[
!
-
z $TRAVIS
];
then
BUILD_NODE
=
1
npm run build
-
modules
fi