orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Add rebuild command to Makefile #197

Closed haadcode closed 5 years ago

haadcode commented 5 years ago

This PR will add rebuild command to Makefile. rebuild will also remove package-lock.json when present as to build everything completely from scratch.

RichardLitt commented 5 years ago

Good addition. Thanks.