Address review comments
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* Runs the fleek deploy process based on nx:affected, but only for sites
|
||||
* that have a .fleek.json file
|
||||
*/
|
||||
const { existsSync } = require('fs');
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
// Fleek CLI requires this variable to be set
|
||||
if (!process.env['FLEEK_API_KEY']) {
|
||||
@@ -11,9 +13,6 @@ if (!process.env['FLEEK_API_KEY']) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
const { existsSync } = require('fs');
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
// The folder containing NX projects
|
||||
const projectPath = './apps/';
|
||||
// The Fleek project file, the existence indicates a deployed app
|
||||
|
||||
Reference in New Issue
Block a user