@builder.io/react

v2.0.16-0
## 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

ci:test

yarn test

release

yarn build && npm publish

ci:build

yarn build

prebuild

rimraf dist

precommit

lint-staged

test:prod

yarn lint && yarn 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

release:dev

yarn build && npm version prerelease && npm publish --tag dev

release:major

yarn build && npm version major && npm publish

release:patch

yarn build && npm version patch && npm publish

release:nightly

yarn build && npm version prerelease && npm publish --tag nightly

report-coverage

cat ./coverage/lcov.info≈ | coveralls

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare
npm i @builder.io/[email protected]

Metadata

  • MIT
  • >=6.0.0
  • Steve Sewell
  • released 3/15/2023

Downloads