mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-6659] cleanup unused docs utils (#9274)
* remove unused scripts * remove unused scripts * remove unused scripts * remove unused libs * remove unused code * remove unused code and libs, fix linting issues * code cleanup * linting fixes * linting fixes
This commit is contained in:
@@ -9,16 +9,10 @@
|
||||
"ng": "nx",
|
||||
"00": "echo -------------------------------------------- DOC -----------------------------------------------",
|
||||
"build-doc-tools": "tsc -p ./tools/doc/tsconfig.json",
|
||||
"markdownlint": "markdownlint ./docs",
|
||||
"docbuild": "(cd ./tools/doc; npm i) && node tools/doc/node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
|
||||
"review-checker": "node ./tools/doc/reviewChecker.js",
|
||||
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
|
||||
"affected:libs": "nx affected:libs",
|
||||
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",
|
||||
"print-affected:build": "nx print-affected --target=build --select=tasks.target.project",
|
||||
"print-affected:test": "nx print-affected --target=test --select=tasks.target.project",
|
||||
"print-affected:e2e": "nx print-affected --target=e2e --select=tasks.target.project",
|
||||
"print-affected:lint": "nx print-affected --target=lint --select=tasks.target.project",
|
||||
"03": "echo -------------------------------------------- Lint -----------------------------------------------",
|
||||
"affected:lint": "nx affected:lint",
|
||||
"04": "echo -------------------------------------------- Demo Shell -----------------------------------------------",
|
||||
@@ -161,7 +155,6 @@
|
||||
"eslint-plugin-unicorn": "^49.0.0",
|
||||
"github-api": "^3.4.0",
|
||||
"graphql": "^16.8.1",
|
||||
"graphql-request": "^6.1.0",
|
||||
"husky": "^7.0.4",
|
||||
"jasmine-ajax": "4.0.0",
|
||||
"jasmine-core": "4.6.0",
|
||||
|
||||
Reference in New Issue
Block a user