@mtsmfm/apollo-client

v3.0.0-beta.50.af883492e105812aebea49a7a8e7f18868c4fccb
A fully-featured caching GraphQL client.
apollo graphql react hooks client cache

prebuild

npm run clean

build

tsc

postbuild

npm run bundle && npm run prepdist

watch

tsc-watch --onSuccess "npm run postbuild"

clean

rimraf -r dist coverage lib

test

jest --config ./config/jest.config.js

test:debug

BABEL_ENV=server node --inspect-brk node_modules/.bin/jest --config ./config/jest.config.js --runInBand

test:ci

npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit

test:watch

jest --config ./config/jest.config.js --watch

bundle

rollup -c ./config/rollup.config.js

coverage

jest --config ./config/jest.config.js --verbose --coverage

bundlesize

npm run build && bundlesize

prepdist

node ./config/prepareDist.js

predeploy

npm run build

deploy

cd dist && npm publish --tag beta
npm i @mtsmfm/apollo-client@3.0.0-beta.50.af883492e105812aebea49a7a8e7f18868c4fccb

Metadata

Downloads

Maintainers