terra-toolkit

v2.12.2
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

jest

jest ./tests/jest/*

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 compile && npm run nightwatch && npm run nightwatch:port-provided && wdio wdio.conf.js

wdio

wdio wdio.conf.js

Metadata

Downloads