From 929de8c98bb59c38be7d2896cecf8ff5d2f85ba0 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 29 Nov 2022 22:11:12 +0000 Subject: [PATCH] fix js-doc command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3b329b..f9ca927 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint-css": "stylelint **/*.css", "fix-css": "stylelint --fix **/*.css", "http-server": "http-server source", - "js-docs": "jsdoc **/*.js" + "js-doc": "jsdoc -d source/docs/ -r source/" }, "devDependencies": { "eslint": "^8.27.0",