vis-dev-utils

v2.1.0
Development utilities for the Vis family projects.
development utils vis

build

npm run build:internal && npm run build:production && npm run build:declarations

build:declarations

npx tsc --project tsconfig.declarations.json

build:internal

tsc --project tsconfig.internal.json

build:production

rollup --config ./rollup.config.js

clean

rimraf "./{.nyc_output,.rpt2_cache,bin,coverage,gen,lib,bin,dist,declarations}"

lint

eslint --ext .js,.ts . && prettier --check "**/*.{css,html,js,json,ts}"

lint-fix

eslint --fix --ext .js,.ts . && prettier --write "**/*.{css,html,js,json,ts}"

postinstall

opencollective postinstall || exit 0

prepublishOnly

npm run build

test

npm run build && mocha --exit

watch

rollup --watch --config rollup.config.js

Metadata

Downloads

Maintainers