Open PatrykKuniczak opened 1 month ago
Describe the bug When this package are reloading we have running condition, when vite are built faster than tw and then this happend:
Let's take a look on screenshot, that's info about additional reload(I hope :)) We was talking about it on Discord and that's probably it
To Reproduce Steps to reproduce the behavior:
Expected behavior Run tw build before vite, with e.g. npm-watch which can help us to run command after command instead of parallelly.
We can't do it with simply && between scripts, because both are watchers and with that solution only first script will run
&&
Screenshots
Desktop (please complete the following information):
Hello
Describe the bug When this package are reloading we have running condition, when vite are built faster than tw and then this happend:
Let's take a look on screenshot, that's info about additional reload(I hope :)) We was talking about it on Discord and that's probably it
To Reproduce Steps to reproduce the behavior:
Expected behavior Run tw build before vite, with e.g. npm-watch which can help us to run command after command instead of parallelly.
We can't do it with simply
&&
between scripts, because both are watchers and with that solution only first script will runScreenshots
Desktop (please complete the following information):