Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 835 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 835 Bytes

mamlscript

Build Status Maintainability

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't 😉)