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

Latest commit

 

History

History
18 lines (14 loc) · 222 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 222 Bytes

Just some commands to help with contributions

Testing

npm run serve #Runs tests/dev/main.js
npm run test:unit
npm run test:unit -- --watch
npm run lint
...

Releasing

npm run build
npm publish