apollo-cache-inmemory

v1.6.0-rc.2
Core abstract of Caching layer for Apollo Client

prepare

npm run build

coverage

jest --coverage

test

tsc -p tsconfig.json --noEmit && jest

lint

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

prebuild

npm run clean

build

tsc -b .

postbuild

npm run bundle

bundle

../../node_modules/rollup/bin/rollup -c rollup.config.js

watch

../../node_modules/tsc-watch/index.js --onSuccess "npm run postbuild"

clean

rm -rf coverage/* lib/*

prepublishOnly

npm run build

Metadata

  • MIT
  • Whatever
  • James Baxley
  • released 5/10/2019

Downloads