Skip to content

Commit d22e9ef

Browse files
committed
docs(cli): Clean-up JSDoc
1 parent 22f0537 commit d22e9ef

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

packages/cli/jsdoc-plugin.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/cli/jsdoc.json

Lines changed: 0 additions & 62 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,13 @@
3030
"npm": ">= 8"
3131
},
3232
"scripts": {
33-
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck",
33+
"test": "npm run lint && npm run coverage && npm run depcheck",
3434
"lint": "eslint ./",
3535
"unit": "rimraf test/tmp && ava",
3636
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
3737
"unit-watch": "npm run unit -- --watch",
3838
"unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
3939
"coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
40-
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
41-
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
42-
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
4340
"preversion": "npm test",
4441
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
4542
"prepublishOnly": "git push --follow-tags",
@@ -48,7 +45,6 @@
4845
},
4946
"files": [
5047
"CHANGELOG.md",
51-
"jsdoc.json",
5248
"npm-shrinkwrap.json",
5349
"bin/**",
5450
"lib/**",
@@ -73,10 +69,8 @@
7369
],
7470
"exclude": [
7571
"docs/**",
76-
"jsdocs/**",
7772
"coverage/**",
78-
"test/**",
79-
"jsdoc-plugin.cjs"
73+
"test/**"
8074
],
8175
"check-coverage": true,
8276
"statements": 80,
@@ -128,16 +122,12 @@
128122
"devDependencies": {
129123
"@istanbuljs/esm-loader-hook": "^0.3.0",
130124
"ava": "^6.4.1",
131-
"chokidar-cli": "^3.0.0",
132125
"cross-env": "^7.0.3",
133126
"depcheck": "^1.4.7",
134-
"docdash": "^2.0.2",
135127
"eslint": "^9.36.0",
136128
"esmock": "^2.7.3",
137129
"execa": "^9.6.0",
138-
"jsdoc": "^4.0.4",
139130
"nyc": "^17.1.0",
140-
"open-cli": "^8.0.0",
141131
"rimraf": "^6.0.1",
142132
"sinon": "^21.0.0",
143133
"strip-ansi": "^7.1.2",

0 commit comments

Comments
 (0)