@krakenjs/grabthar

v6.2.0
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

format

prettier --write --ignore-unknown .

format:check

prettier --check .

test

npm run format:check && npm run lint && npm run flow-typed && npm run flow && npm run jest:ci

flow

flow

lint

eslint src/ test/ *.js

jest

jest test --env=node

jest:ci

npm run jest -- --no-cache --coverage --collectCoverageFrom=./src --verbose --runInBand

prepare

husky install

prerelease

npm run babel

release

standard-version

postrelease

git push --follow-tags && npm publish && git checkout ./src && git clean -f
npm i @krakenjs/grabthar

Metadata

Downloads