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

Latest commit

 

History

History
32 lines (18 loc) · 512 Bytes

NOTES.md

File metadata and controls

32 lines (18 loc) · 512 Bytes

Notes

Compiling code

Prerequisites for compiling code

Install Node 16.x or later (includes npm 8.x or later).

Install prerequisite Node.js package dependencies:
npm install --legacy-peer-deps

Commands to compile code

Compile:
npm run compile

Watch:
npm run watch

Running tests

Prerequisites for running tests

You must not have any open instances of Visual Studio Code before running tests.

Command to run tests

npm run test

Packaging code

npm run package