mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
ce8b300ec1
This adds package-lock.json to speed up install and the build. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
6 lines
75 B
Makefile
6 lines
75 B
Makefile
build:
|
|
npm --version
|
|
node --version
|
|
npm ci
|
|
npm run lint
|
|
npm run build
|