mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix js-doc command
This commit is contained in:
parent
beb3e6cc98
commit
929de8c98b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user