orbitdb-archive / ipfs-log

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

Adding SHELL variable to Makefile #225

Closed aphelionz closed 5 years ago

aphelionz commented 5 years ago

Description (Required)

When running make rebuld I noticed an error:

$ make rebuild
rm -rf ipfs/
rm -rf ipfs-log-benchmarks/
rm -rf node_modules/
rm -rf coverage/
rm -rf test/keystore/
if [ -a package-lock.json ]; then rm package-lock.json; fi;
/bin/sh: 1: [: -a: unexpected operator

This PR simply removes the conditional to just use rm -f package-lock.json