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
Copy file name to clipboardExpand all lines: dev/cleanup.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ const { cwd, chdir } = process;
7
7
// 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)
8
8
// update package.json cleanup script dynamically with the cleanup file path.
9
9
// This means you will have to get the cleanup file name/path dynamically too...
10
+
// Or... (instead) should cleanup script be handled a pre-commit hook or pre-push hook or something? - We'll see...
0 commit comments