@builder.io/react

v3.1.0

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 && yarn version prerelease && yarn npm publish --tag dev

release:major

yarn build && yarn version major && yarn npm publish

release:minor

yarn build && yarn version minor && yarn npm publish

release:patch

yarn build && yarn version patch && yarn npm publish

release:nightly

yarn build && yarn version prerelease && yarn 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
  • Unknown
  • released 10/31/2023

Downloads