subscriptions-transport-ws-rollup

v0.9.15
A websocket transport for GraphQL subscriptions

clean

rimraf browser dist coverage

compile

tsc

pretest

npm run compile

test

npm run testonly --

posttest

npm run lint

lint

tslint --format stylish --project ./tsconfig.json

watch

tsc -w

testonly

mocha --exit --reporter spec --full-trace ./dist/test/**/*.js

coverage

node ./node_modules/istanbul/lib/cli.js cover _mocha -- --exit --full-trace ./dist/test/tests.js

postcoverage

remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info

browser-compile

webpack --config "./unpkg-webpack.config.js"

prepublishOnly

npm run clean && npm run compile && npm run browser-compile
npm i subscriptions-transport-ws-rollup

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/27/2019

Downloads

Maintainers