Sign in
apache
/
pouchdb
/
refs/heads/smaller-errors-code
/
.
/
bin
/
build-node.sh
blob: 69748a7d179af3c6143be9fd9a377413e9d56a0b [
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