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:
parent
03af7c36d3
commit
1721441ca9
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user