canner-graphql-interface

v1.3.4
canner graphql interface

lint

tslint -c tslint.json src/**/*.ts

test

TS_NODE_COMPILER_OPTIONS='{"module":"commonjs"}' mocha --timeout 10000 --compilers ts:ts-node/register --recursive --exit "test/**/*.spec.ts"

clean

rimraf lib dist

prebuild

npm run clean

build

tsc -p ./tsconfig.release.json --pretty

prepublishOnly

npm run clean && npm run build

start

webpack-dev-server --config webpack.config.dev.js --mode development

prebuild:docs

npm run clean

build:docs

webpack --config webpack.config.prod.js --mode production

deploy:docs

npm run build:docs && ./node_modules/.bin/gh-pages -d dist

Metadata

  • MIT
  • Whatever
  • wwwy3y3
  • released 5/22/2018

Downloads

Maintainers