Hooks
Index
Properties
Properties
optionalbeforeWorkspacePacking
Type declaration
Called before a workspace is packed. The
rawManifest
value passed in parameter is allowed to be mutated at will, with the changes being only applied to the packed manifest (the original one won't be mutated).Parameters
workspace: Workspace
rawManifest: object
Returns void | Promise<void>
Called before a workspace is packed. The
rawManifest
value passed in parameter is allowed to be mutated at will, with the changes being only applied to the packed manifest (the original one won't be mutated).