@builder.io/react

v0.1.103-5
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

release

npm run build && npm publish

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 12/3/2018

Downloads

Maintainers