canner-compiler

v0.1.6
>

lint

eslint src test docs

clean

rimraf lib dist

build:prod

cross-env BABEL_ENV=production babel src --out-dir lib

build:watch

cross-env BABEL_ENV=commonjs babel src --out-dir lib -w

build

npm run build:prod

prepublish

npm run clean && npm run check:src && npm run build

check:src

npm run lint && npm run test

test

jest

test:watch

jest --watch

validate

npm ls

Metadata

Downloads

Maintainers