dali-lab / pine-beetle-backend

Visualizing data and predicting outbreaks of Southern Pine Beetles across twenty US states. Built in the DALI Lab.
https://spbpredict.com
0 stars 0 forks source link

move archive out of src, fix babel building, add yarn clean #76

Closed jeffzyliu closed 4 years ago

jeffzyliu commented 4 years ago

Description

hopefully this permanently fixes build stuff. angry face.

removed sketchy cp instruction with Babel's native copy support, and moved the archive folder out of src permanently so we don't need to worry about Babel interacting with that. Got rid of dummyfile.R as well since we don't need it anymore!

also added a yarn clean instruction because who doesn't like a nice make clean to clear out the dist folder every time? helps ensure that your builded dist folder is what you just built and only that.

Type of Change

Checklist

Tickets