@mtsmfm/apollo-client

v3.0.0-beta.50.7e7b2365c965761c831524be929d1f88443dfa13
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.7e7b2365c965761c831524be929d1f88443dfa13

Metadata

Downloads

Maintainers