kea-thunk

v1.0.0-beta.2
Thunk side effects with Kea

build

npm run lint && concurrently "npm run build:cjs" "npm run build:es"

build:cjs

cross-env BABEL_ENV=cjs babel src --out-dir lib --ignore src/__tests__

build:es

cross-env BABEL_ENV=es babel src --out-dir es --ignore src/__tests__

start

concurrently --kill-others "npm run start:cjs" "npm run start:es"

start:cjs

cross-env BABEL_ENV=cjs babel -w src --out-dir lib --ignore src/__tests__

start:es

cross-env BABEL_ENV=es babel -w src --out-dir es --ignore src/__tests__

size

size-limit

test

jest

lint

eslint src/**

prepublish

npm run build

Metadata

  • MIT
  • Whatever
  • Marius Andra
  • released 4/28/2019

Downloads

Maintainers