@goldfishjs/react

v1.1.6
goldfish-react

test

jest --coverage --passWithNoTests

test:debug

node --inspect-brk node_modules/.bin/jest --runInBand

dev

jest --debug --watch

build

rm -rf ./types && rm -rf ./lib && gulp ts

ci

npm run test

release

npm run test && npm run build && npm publish
npm i @goldfishjs/[email protected]

Metadata

Downloads