mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Simplify scripts in package.json
npm already puts the directory in question in PATH
This commit is contained in:
22
package.json
22
package.json
@@ -20,17 +20,17 @@
|
||||
"node": ">= 0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/dt --changes",
|
||||
"changes": "./node_modules/.bin/dt --changes",
|
||||
"lint": "./node_modules/.bin/dt --lint",
|
||||
"tscparams": "./node_modules/.bin/dt --tscparams --no-tests --no-headers",
|
||||
"all": "./node_modules/.bin/dt",
|
||||
"dry": "./node_modules/.bin/dt --dry --changes",
|
||||
"list": "./node_modules/.bin/dt --dry --print-files --print-refmap",
|
||||
"last": "./node_modules/.bin/dt --dry --print-files --print-refmap --changes",
|
||||
"files": "./node_modules/.bin/dt --dry --print-files",
|
||||
"refmap": "./node_modules/.bin/dt --dry --print-refmap",
|
||||
"help": "./node_modules/.bin/dt -h"
|
||||
"test": "dt --changes",
|
||||
"changes": "dt --changes",
|
||||
"lint": "dt --lint",
|
||||
"tscparams": "dt --tscparams --no-tests --no-headers",
|
||||
"all": "dt",
|
||||
"dry": "dt --dry --changes",
|
||||
"list": "dt --dry --print-files --print-refmap",
|
||||
"last": "dt --dry --print-files --print-refmap --changes",
|
||||
"files": "dt --dry --print-files",
|
||||
"refmap": "dt --dry --print-refmap",
|
||||
"help": "dt -h"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user