update readme
This commit is contained in:
parent
41f5090e2c
commit
2a30a7164b
3 changed files with 20 additions and 10 deletions
4
scripts/bootstrap-fauna-database.js
vendored
4
scripts/bootstrap-fauna-database.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue