apollo-engine

v1.0.4-evans.3
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

pretravis

npm run compile

travis

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