apollo-link-retry

v2.2.4
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 .

bundle

rollup -c

clean

rimraf lib/* && rimraf coverage/*

coverage

jest --coverage

filesize

npm run build && npm run build:browser

lint

tslint --type-check -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

prepublishOnly

npm run clean && npm run build

test

jest

watch

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

Metadata

  • MIT
  • Whatever
  • Evans Hauser
  • released 6/7/2018

Downloads