launchdarkly-js-sdk-common

v3.8.2
LaunchDarkly SDK for JavaScript - common code

lint

eslint --format 'node_modules/eslint-formatter-pretty' --ignore-path .eslintignore

test

cross-env NODE_ENV=test jest

build

cross-env NODE_ENV=development rollup -c rollup.config.js

clean

rimraf dist/**

format

npm run format:md && npm run format:js

prepare

npm run build

lint:all

eslint --format 'node_modules/eslint-formatter-pretty' --ignore-path .eslintignore src

build:min

cross-env NODE_ENV=production rollup -c rollup.config.js

format:js

prettier --ignore-path .prettierignore --write 'src/**/*.js'

format:md

prettier --parser markdown --ignore-path .prettierignore --write '*.md'

test:junit

cross-env NODE_ENV=test jest --testResultsProcessor jest-junit

format:test

npm run format:test:md && npm run format:test:js

format:test:js

prettier --ignore-path .prettierignore --list-different 'src/**/*.js'

format:test:md

prettier --parser markdown --ignore-path .prettierignore --list-different '*.md'

prepublishOnly

npm run build:min

check-typescript

node_modules/typescript/bin/tsc

Metadata

Downloads

Maintainers