@deboxsoft/core

v1.0.0
debox framework frontend core.
frontend component react

lint

eslint -c .eslintrc.json ./src

flow

flow

check

npm run lint -- --fix && npm run flow

prebuild

npm run clean

build

NODE_ENV=production npm run babel && npm run build:flow

build:flow

flow-copy-source src libs && cpx "src/**/*.flow" libs

cpPkgJson

cpx package.json libs

predeploy

npm run check && npm run build

deploy

npm run cpPkgJson && cd libs && yarn publish --access public

deploy:artifactory

npm run cpPkgJson && cd libs && npm publish -- --registry http://devel.deboxserver:8081/artifactory/api/npm/npm-local

clean

rimraf libs

babel

npm run clean && babel ./src --ignore '**/__tests__' --out-dir ./libs

test

cross-env NODE_ENV=test npm run flow && jest '.*/__tests__/.*(spec)\.jsx?$'

test:watch

npm test -- --watch

test:coverage

npm test -- --coverage
npm i @deboxsoft/[email protected]

Metadata

Downloads

Maintainers