Skip to content

Commit

Permalink
disable jsdoc for now to fix build error in LUME super-module's GitHu…
Browse files Browse the repository at this point in the history
…b Actions.

TODO: Switch to better-docs! SoftwareBrothers/better-docs#218
  • Loading branch information
trusktr committed Jun 14, 2022
1 parent 37304b6 commit 57d011e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"chai": "^4.2.0",
"codecov": "^3.5.0",
"istanbul": "^0.4.5",
"jsdoc": "3.6.1",
"jsdoc-to-markdown": "^5.0.0",
"mocha": "^6.2.0",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
Expand All @@ -41,6 +39,11 @@
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"// TODO for now we disabled jsdoc because it causes an error in LUME super-module's GitHub Actions": "",
"devDependenciesDisabled": {
"jsdoc": "3.6.1",
"jsdoc-to-markdown": "^5.0.0"
},
"scripts": {
"build": "tsc && tsc -t es6 --outDir tmp/es && rollup -c",
"clean": "rimraf lib/ es/ tmp/",
Expand Down

0 comments on commit 57d011e

Please sign in to comment.