fix: remove references to npm pack

The pack target no longer exists and related
packing is built into the npm build script target

Signed-off-by: Michael Dawson <mdawson@devrus.com>
This commit is contained in:
Michael Dawson 2023-05-16 19:19:06 -04:00
parent 03af7c36d3
commit 1721441ca9
1 changed files with 2 additions and 2 deletions

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.