awesome-ipfs/Makefile
Marcin Rataj ce8b300ec1
feat: faster build via npm ci (#305)
This adds package-lock.json to speed up install and the build.

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-01-06 15:40:55 +01:00

7 lines
75 B
Makefile

build:
npm --version
node --version
npm ci
npm run lint
npm run build