Update package.json

This commit is contained in:
Eugenio Romano
2020-09-14 12:11:03 +01:00
committed by GitHub
parent bfe6836021
commit ccd6b4a5c3
+1 -1
View File
@@ -16,7 +16,7 @@
"build-doc-tools": "tsc -p ./tools/doc/tsconfig.json",
"markdownlint": "markdownlint ./docs",
"docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
"license-checker": "license-checker --production --failOn 'GPL' > licenses.txt",
"license-checker": "license-checker --production --failOn 'GPL;GPL-2.0' > licenses.txt",
"review-checker": "node ./tools/doc/reviewChecker.js",
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
"01s": "",