apollo-link-retry

v2.2.9
Retry Apollo Link for GraphQL Network Stack

build:browser

browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser

build

tsc -p ./tsconfig.cjs.json

bundle

rollup -c

clean

rimraf lib/* && rimraf coverage/*

coverage

jest --coverage

filesize

npm run build && npm run build:browser

lint

tslint -c "../../tslint.json" -p tsconfig.json -c ../../tslint.json src/*.ts

minify:browser

uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js

postbuild

npm run bundle

prebuild

npm run clean

prepare

npm run lint && npm run build

prepublishOnly

npm run clean && npm run build

test

jest

watch

tsc -w -p . & rollup -c -w

Metadata

  • MIT
  • Whatever
  • Evans Hauser
  • released 2/1/2019

Downloads