Closed mhassan1 closed 1 week ago
This PR adds the build-types script to the watch script, since tasks/clean is currently deleting the types files without re-generating them.
build-types
watch
tasks/clean
It also moves the build-types script to come before tasks/buildsources in the build script, purely for consistency with the watch script.
tasks/buildsources
build
This PR adds the
build-types
script to thewatch
script, sincetasks/clean
is currently deleting the types files without re-generating them.It also moves the
build-types
script to come beforetasks/buildsources
in thebuild
script, purely for consistency with thewatch
script.