slicknode-apollo-link

v1.0.2
![CircleCI](https://img.shields.io/circleci/build/github/slicknode/slicknode-apollo-link) ![npm](https://img.shields.io/npm/v/slicknode-apollo-link)

lint

tslint -c tslint.json 'src/**/*.ts'

lint:fix

tslint -c tslint.json --fix 'src/**/*.ts'

build

tsc

clean

rimraf dist/*

watch

tsc --watch

test

npm run lint && npm run testonly

testonly

mocha --check-leaks --exit --full-trace --require ts-node/register 'src/**/__tests__/**/*-test.{ts,tsx}'

testonly:cover

nyc --reporter html --reporter text-summary -- npm run testonly

testonly:coveralls

nyc --silent -- npm run testonly && nyc report --reporter text-lcov | coveralls

dist

npm run clean && tsc

prepare

npm run clean && npm run dist

Metadata

  • MIT
  • Whatever
  • Ivo Meißner
  • released 5/6/2020

Downloads

Maintainers