vis-dev-utils

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

build

run-s build:internal build:production 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,declarations,dist,e2e,gen,lib}/*"

style

prettier --check .

style-fix

prettier --write .

lint

eslint --ext .js,.ts .

lint-fix

eslint --fix --ext .js,.ts .

postinstall

opencollective postinstall || exit 0

prepublishOnly

npm run build

test

run-s test:unit test:interop

test:interop

node interop.js

test:interop:debug

npm run test:interop -- --fail-command "$SHELL"

test:unit

mocha --exit

watch

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

Metadata

Downloads

Maintainers