@builder.io/react

v1.1.53-1
## Integration

docs

typedoc

lint

tslint -t codeFrame '../**/*.ts' 'test/**/*.ts'

test

jest

build

NODE_ENV=production tsc --module commonjs && rollup -c rollup.config.ts

start

rollup -c rollup.config.ts -w

commit

git-cz

_unlink

npm unlink *

ci:test

npm run test

release

npm run build && ALLOW_PUBLISH=true npm publish --tag backport-v1.1.x

_install

npm install --legacy-peer-deps

ci:build

npm run build

prebuild

rimraf dist

precommit

lint-staged

test:prod

npm run lint && npm run test -- --coverage --no-cache

build:docs

typedoc --out docs --target es6 --theme minimal --mode file src

test:watch

jest --watch

deploy-docs

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info≈ | coveralls
npm i @builder.io/[email protected]

Metadata

  • MIT
  • >=6.0.0
  • Steve Sewell
  • released 1/24/2024

Downloads