Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 343 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 343 Bytes

Contributing to SKY UX

  • 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 test Runs ALL test commands combined.