Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 456 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 456 Bytes

Contributing to SKY UX Builder

  • npm run coverage Runs our unit spec tests, saving coverage to the coverage/ directory.
  • npm run jscs Runs this code against the jscs linter.
  • npm run jshint Runs this code against the jshint linter.
  • npm run lint Runs the jscs and jshint commands.
  • npm run runtime Runs the "runtime" unit tests, saving coverage to the coverage-runtime/ directory.
  • npm run test Runs ALL test commands combined.