Delete dist on rebuild of small libraries
Closed this issue · 0 comments
adaburrows commented
Currently, rebuilding our code can be error prone since the dist code in the modules doesn't always get updated for some reason. Placing a rm -rf ./dist
in the libs should be sufficient.