@wealthsimple/async-action

v5.0.0-alpha.0
[![Coverage Status](https://coveralls.io/repos/github/wealthsimple/async-action/badge.svg?branch=master&t=FmpSiU)](https://coveralls.io/github/wealthsimple/async-action?branch=master) [![Dependabot Status](https://api.dependabot.com/badges/status?host=git

check_types

tsc --noemit && echo "ignoring extra args $@a"

lint:js

eslint 'src/*'

lint:css

echo 'No CSS in this repo.'

security

yarn audit

test

jest --coverage

test:ci

jest --coverage --runInBand

test:coverage

jest --coverage --runInBand --reporters=jest-junit --coverageReporters=text-lcov | coveralls

test:watch

jest --watch

prettier

prettier --write './+(src)/**/*.ts'

cdc

madge --no-spinner --exclude .yarn-cache --circular src

prebuild

rm -rf dist

build

tsc --build tsconfig.build.json

postbuild

flowgen --add-flow-header --no-inexact -o dist/export.flow.js src/async.action.ts src/async.reducer.ts src/async.selectors.ts src/async.types.ts

prepublishOnly

yarn lint:js && yarn test && yarn cdc && yarn build
npm i @wealthsimple/[email protected]

Metadata

Downloads