Repository URL to install this package:
|
Version:
6.0.4 ▾
|
chain-able-deps
/
Makefile
|
|---|
test:
npx jest
setup:
npm i -g typescript@next && npm i -g tslint
compile:
npx tsc --project tsconfig.json --outDir dist || true
types:
npx tsc --project tsconfig.typings.json || true
rollup:
yarn rollup -c rollup.config.js
publish:
$(MAKE) types && $(MAKE) rollup && $(MAKE) compile
lint:
npx tslint src/*.ts -t verbose