add omnipotent prebuild for database setup
This commit is contained in:
parent
46ff0b0db3
commit
ab4a2eb423
2 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ function clear(){
|
|||
});
|
||||
}
|
||||
function checkForFaunaKey() {
|
||||
if (!process.env.FAUNADB_SECRETz) {
|
||||
if (!process.env.FAUNADB_SECRET) {
|
||||
console.log(chalk.yellow('Required FAUNADB_SECRET enviroment variable not found.'))
|
||||
console.log(`
|
||||
=========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue