mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Added cleanup temp dir docs
This commit is contained in:
parent
2d91023a9b
commit
71cc3670b7
@ -11,5 +11,12 @@ aws:common:cleanupTempDir | Removes the Serverless temporary fo
|
||||
|
||||
|
||||
|
||||
Hookable lifecycle events:
|
||||
Hookable lifecycle events
|
||||
|
||||
aws:common:cleanupTempDir:cleanup
|
||||
---------------------------------
|
||||
Triggered when the temporary '.serverless' directory is removed. Plugins can hook
|
||||
before to make sure they can access things the very last time (an example would be
|
||||
to generate or grab statistics from the directory).
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user