Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 259 Bytes

DEVELOP.rst

File metadata and controls

10 lines (7 loc) · 259 Bytes

Development

Testing

After making changes:

ncc build -o dist/main src/main.js --license licenses.txt && ncc build -o dist/cleanup src/cleanup.js --license licenses.txt && git add . && git commit -m update && git push