Skip to content

Commit 3f838f6

Browse files
fix: jsdoc failed but ci job not failed (#608)
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent b47414e commit 3f838f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"merge-unit": "nyc merge ./coverage/unit/ .nyc_output/coverage.json",
2929
"report-coverage": "npm run merge-clean && npm run merge-unit && npm run merge-e2e && nyc report --reporter=json --reporter=html --reporter=lcov",
3030
"solo": "NODE_OPTIONS=--experimental-vm-modules node --no-deprecation solo.mjs",
31-
"check": "rm -rf docs/public/*; remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json; cd ..",
31+
"check": "rm -rf docs/public/*; remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json",
3232
"format": "remark . --quiet --frail --output && eslint --fix .",
3333
"test-setup": "./test/e2e/setup-e2e.sh",
3434
"test-coverage": "npm run test && npm run test-setup && npm run test-e2e-all && npm run report-coverage"

0 commit comments

Comments
 (0)