#integration cleanup hook during `astro check`

1 messages · Page 1 of 1 (latest)

uneven kettle
#

I have a integration that needs to run cleanup logic
astro:server:done works for dev
astro:build:done works for build

but there seems to be no hook for this during check?

spark fossil
#

I think you may need to do it in config:done in this case

#

Under the hood, check runs sync unless it's called with --no-sync or something iirc