fix license-check command
This commit is contained in:
parent
edf4cb5760
commit
1de37b5844
|
@ -53,7 +53,7 @@
|
||||||
"install": "node-pre-gyp install --fallback-to-build",
|
"install": "node-pre-gyp install --fallback-to-build",
|
||||||
"prepublish": "node scripts/prepublish.js",
|
"prepublish": "node scripts/prepublish.js",
|
||||||
"eslint": "npm install && npm run lint .",
|
"eslint": "npm install && npm run lint .",
|
||||||
"license-check": "license-checker --exclude MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0) | node scripts/handle-license-check.js",
|
"license-check": "license-checker --exclude \"MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0)\" | node scripts/handle-license-check.js",
|
||||||
"jsdoc:clean": "rimraf ./docs/output",
|
"jsdoc:clean": "rimraf ./docs/output",
|
||||||
"jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json",
|
"jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json",
|
||||||
"node-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",
|
"node-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",
|
||||||
|
|
Loading…
Reference in New Issue