apollo-link-persisted-queries

v0.2.5
Use persisted queries with Apollo Link

build:browser

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

build

tsc -p .

bundle

rollup -c

clean

rimraf lib/* && rimraf coverage/*

coverage:upload

codecov

danger

danger run --verbose

filesize

npm run build && npm run build:browser && bundlesize

lint

prettier --trailing-comma all --single-quote --write "src/**/*.{j,t}s*"

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

coverage

npm run lint && jest --coverage

watch

tsc -w -p .

Metadata

  • MIT
  • Whatever
  • James Baxley
  • released 12/15/2021

Downloads