chore: add comment to cleanup method

This commit is contained in:
Ben Irvin 2023-11-14 15:56:33 +01:00
parent 59219dc25d
commit cf6fc4e024

View File

@ -27,6 +27,7 @@ interface DevelopOptions extends CLIContext {
watchAdmin?: boolean; watchAdmin?: boolean;
} }
// This method removes all non-admin build files from the dist directory
const cleanupDistDirectory = async ({ const cleanupDistDirectory = async ({
tsconfig, tsconfig,
logger, logger,