Paratii-Video/paratii-contracts

delete compiled contracts directory on each compile

jellegerbrandy opened this issue · 1 comments

the .json files on compilation keep the whole past history, which means they will keep growing. We must create "clean" compiled files each time.

as compiling is slooow I decided this must be done by hand after all. there is a yarn build command.