grabthar

v3.0.36
Periodic npm installs in production
hot install node

flow-typed

rm -rf ./flow-typed && flow-typed install

babel

babel src --ignore=node_modules --out-dir src --source-maps inline

test

npm run lint && npm run flow-typed && npm run flow && npm run jest

flow

flow

lint

eslint src/ test/ *.js

prepublish

in-publish && npm run babel || not-in-publish

postpublish

git checkout ./src

jest

jest test --env=node --no-cache --coverage --collectCoverageFrom=./src --verbose --runInBand

Metadata

Downloads

Maintainers