update readme

This commit is contained in:
DavidWells 2018-06-20 20:49:20 -07:00
parent 41f5090e2c
commit 2a30a7164b
3 changed files with 20 additions and 10 deletions

View file

@ -63,6 +63,10 @@ function createFaunaDB(key) {
})
}
/* util methods */
// Test if inside netlify build context
function insideNetlifyBuildContext() {
if (process.env.DEPLOY_PRIME_URL) {
return true