Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 361 Bytes

development.md

File metadata and controls

42 lines (29 loc) · 361 Bytes

Getting Started

npm install
npm run watch

Test

npm test

Lint check

npm run lint

Lint auto-fix

npm run lint-fix

Build

npm run build

Clean up build and coverage artifacts

npm run clean

Push to origin non-master branch

npm run push