Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 508 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (33 loc) · 508 Bytes

Contributing

VSCode is natively supported and configured with recommended extensions and settings 🎉

Before Pull Request

Before creating a pull request execute the following commands:

npm run fix && npm run check && npm run build && npm run test

Setup

Install dependencies

npm ci

Build

npm run build

Test

Simple

npm run test

Watch

npm run test:watch

Check

npm run check

Fix

npm run fix