terra-toolkit

v0.1.0
Utilities to help when developing terra modules
Cerner Terra terra-toolkit UI

compile

$(cd ..; npm bin)/babel src --out-dir lib --copy-files

lint

npm run lint:js

lint:js

$(cd ..; npm bin)/eslint **/*.js, **/*.jsx

release:major

npm test && npm run compile && npm version major -m "Released version %s" && npm publish && git push

release:minor

npm test && npm run compile && npm version minor -m "Released version %s" && npm publish && git push

release:patch

npm test && npm run compile && npm version patch -m "Released version %s" && npm publish && git push

test

npm run test:nightwatch-default

test:all

npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari

test:nightwatch-default

WEBPACK_CONFIG_PATH=../tests/test.config node ./lib/scripts/nightwatch-process.js --config tests/nightwatch.conf.js -e default-tiny,default-small,default-medium,default-large,default-huge,default-enormous

Metadata

Downloads

Maintainers