terra-toolkit

v4.10.1
Utilities to help when developing terra modules.
Cerner Terra Terra Toolkit terra-toolkit UI

clean:all

npm run clean:compiled && npm run clean:dependencies

clean:compiled

rimraf lib

clean:dependencies

rimraf node_modules

clean:install

npm run clean:all && npm install && npm run compile:build

compile

npm run clean:compiled && npm run compile:build

compile:build

babel src --out-dir lib --copy-files

danger

danger ci

jest

jest --config jestConfig.js

lint

eslint --ext .js,.jsx .

nightwatch

nightwatch

nightwatch:port-provided

nightwatch -c tests/test.nightwatch.conf.js

prepare

npm run compile

prepublishOnly

npm test

pretest

npm run lint

release:major

node scripts/release/release.js major

release:minor

node scripts/release/release.js minor

release:patch

node scripts/release/release.js patch

test

npm run jest && npm run nightwatch && npm run nightwatch:port-provided && npm run wdio

wdio

npm run wdio-webpack-obj && npm run wdio-webpack-func && npm run tt-wdio-webpack-obj && npm run tt-wdio-webpack-func && npm run tt-wdio-unopinionated

wdio-webpack-obj

wdio --suite opinionated

wdio-webpack-func

TT_TEST_WDIO_FUNCTION=true wdio --suite opinionated

tt-wdio-webpack-obj

node scripts/wdio/wdio-runner-cli.js --suite opinionated

tt-wdio-webpack-func

TT_TEST_WDIO_FUNCTION=true node scripts/wdio/wdio-runner-cli.js --suite opinionated

tt-wdio-unopinionated

node scripts/wdio/wdio-runner-cli.js --formFactors=['tiny','huge'] --locales=['en','fr'] --suite unopinionated

Metadata

Downloads