@builder.io/react

v1.0.88-alpha.2
More info coming soon!

lint

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

test

jest

build

tsc --module commonjs && rollup -c rollup.config.ts

start

rollup -c rollup.config.ts -w

commit

git-cz

_unlink

npm unlink *

release

npm run build && npm publish

_install

npm install

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

release:dev

npm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev

release:patch

npm run build && npm version patch && npm publish

release:nightly

npm run build && npm version prerelease --no-git-tag-version && 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 9/19/2019

Downloads

Maintainers