@lumino/commands

v1.9.2
Lumino Commands

api

api-extractor run --local --verbose

docs

typedoc --options tdoptions.json src

test

npm run test:firefox

build

tsc --build

clean

rimraf lib && rimraf *.tsbuildinfo

watch

tsc --build --watch

test:ie

cd tests && karma start --browsers=IE

build:test

tsc --build tests && cd tests && webpack

clean:test

rimraf tests/build

test:chrome

cd tests && karma start --browsers=Chrome

test:firefox

cd tests && karma start --browsers=Firefox
npm i @lumino/[email protected]

Metadata

Downloads