Merge 1721441ca96caf34e344ddeb23f72fcf1e53853d into 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6

This commit is contained in:
Michael Dawson 2023-12-18 09:26:16 +01:00 committed by GitHub
commit 0daa139338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ $ npm install
Build the typescript and package it for distribution.
```bash
$ npm run build && npm run pack
$ npm run build
```
Run the tests :heavy_check_mark:
@ -49,7 +49,7 @@ $ npm run all
IMPORTANT:
Be sure to commit the result of:
```bash
$ npm run pack
$ npm run build
```
Otherwise PR checks will fail.