Can I get the build time from the build
function?
#1063
Unanswered
TheMikeyRoss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've broken down my builds into multiple like this:
and I wanted to add up all the build time in a variable and log it in the terminal after all builds are done.
Currently tsup is showing me something like
build success in 832ms
after each build. But is there a way I can store that into a variable?Beta Was this translation helpful? Give feedback.
All reactions