committed by
Jason Dreyzehner
parent
728ae3f879
commit
0cea6b206e
@@ -193,12 +193,12 @@ npm run version -- --first-release
|
||||
npm run doc:publish
|
||||
```
|
||||
|
||||
## Get scripts info
|
||||
## Describe package scripts
|
||||
|
||||
You can run the `info` script for information on each script intended to be individually run.
|
||||
You can run the `describe` script for a description of the available package scripts.
|
||||
|
||||
```
|
||||
npm run info
|
||||
npm run describe
|
||||
|
||||
> npm-scripts-info
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"appveyor"
|
||||
],
|
||||
"scripts": {
|
||||
"info": "npm-scripts-info",
|
||||
"describe": "npm-scripts-info",
|
||||
"build": "run-s clean && run-p build:*",
|
||||
"build:main": "tsc -p tsconfig.json",
|
||||
"build:module": "tsc -p tsconfig.module.json",
|
||||
|
||||
Reference in New Issue
Block a user