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
I want to run a method in my handler after bundling is done, but before deploying. Currently, I can do it if I run serverless webpack, but I can't when doing serverless deploy because the .webpack folder gets deleted. ):
This is a Feature Proposal
Description
I want to run a method in my handler after bundling is done, but before deploying. Currently, I can do it if I run
serverless webpack
, but I can't when doingserverless deploy
because the.webpack
folder gets deleted. ):My
package.json
scripts to show what I mean:Is there any way to keep the temporary folder?
P.S.: I've also tried to use
packagerOptions.scripts
, but it doesn't seem to work or maybe I'm doing something wrong.Additional Data
The text was updated successfully, but these errors were encountered: