apollo-engine

v1.0.5-defaultmaxage.1
Sideload Apollo Engine in front of your graphql server

clean

rm -rf lib

compile

tsc

watch

tsc -w

prepare

npm run clean && npm run compile

test

jest --verbose

precircle

npm run compile

circle

jest --verbose --coverage

lint

prettier -l '{src,test}/**/*.{ts,js}' && tslint -p tsconfig.json '{src,test}/**/*.ts'

lint-fix

prettier --write '{src,test}/**/*.{ts,js}' && tslint --fix -p tsconfig.json '{src,test}/**/*.ts'

Metadata

Downloads