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:
parent
e12658ed28
commit
2dc0450f64
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
build:
|
||||
npm --version
|
||||
node --version
|
||||
npm install
|
||||
npm run lint
|
||||
npm run build
|
Loading…
Reference in a new issue