d2-ui

v29.0.35
d2-ui

examples

npm run start

coverage

jest --coverage

start

webpack-dev-server

pretest

cd packages && cd favorites && yarn install && cd .. && cd sharing && yarn install

test

jest

test:watch

jest --watch

lint

eslint src/

prebuild

npm run validate && npm test

preversion

npm run validate && npm test

build

npm run build-only

build-only

rm -rf lib/ && babel src --out-dir lib && compass compile && npm run build-stand-alone-header-bar

postbuild-only

rm -rf lib/**/__tests__

prebuild-stand-alone-header-bar

rm -rf dist &>/dev/null || true

build-stand-alone-header-bar

NODE_ENV=production webpack -p

validate

yarn check || npm ls --depth 0
npm i d2-ui

Metadata

Downloads