brolog

v1.13.3
Npmlog like logger for Browser
npmlog log logger console.log browser angular

build

tsc && tsc -p tsconfig.cjs.json

clean

shx rm -fr dist/*

dist

npm-run-all clean build dist:commonjs

dist:commonjs

jq -n "{ type: \"commonjs\" }" > dist/cjs/package.json

lint

npm-run-all lint:es lint:ts

lint:ts

tsc --isolatedModules --noEmit

test

npm-run-all lint dist test:unit test:e2e

test:e2e

bash -x tests/protractor.sh

test:pack

bash -x scripts/npm-pack-testing.sh

test:unit

cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" tap -R tap "src/**/*.spec.ts"

lint:es

eslint --ignore-pattern tests/fixtures/ '{bin,examples,scripts,src,tests}/**/*.ts'

Metadata

Downloads

Maintainers