You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO 1 (after CLI upgrade): Configure cleanup to run using node-mongo command i.e. "node-mongo cleanup" not "npm run cleanup"
8
-
// TODO 2 (if possible): (I don't think you will need this TODO when this is done using the "node-mongo cleanup" command - or it might need slight modification)
9
-
// update package.json cleanup script dynamically with the cleanup file path.
10
-
// This means you will have to get the cleanup file name/path dynamically too...
11
-
// Or... (instead) should cleanup script be handled a pre-commit hook or pre-push hook or something? - We'll see...
console.log(chalk.yellowBright('ℹ There are no folders to delete yet. Generate folder(s) using the "node-mongo" command, then run the cleanup script after you are done developing, and are ready to add and push your changes/fixes.\n'));
40
+
warning('ℹ There are no project folders to delete yet. Generate project folder(s) using the "collabo-be" command, then run the cleanup script after you are done developing, and are ready to add and push your changes/fixes to GitHub.\n');
49
41
}
50
42
51
-
// ------------------------------------
52
-
// TODO: Write another script at the end of this file
53
-
// that updates this repoContent list back when done.
54
-
// Is this TODO even needed? - We'll see. For now the
0 commit comments