1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2024-11-20 11:28:35 -05:00

feat: re-add makefile

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-04-30 18:20:48 +01:00
parent e12658ed28
commit 2dc0450f64

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
build:
npm --version
node --version
npm install
npm run lint
npm run build