Skip to content

Commit f3dd9f5

Browse files
Remove jsdoc references
1 parent 81fce03 commit f3dd9f5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.codeclimate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ checks:
1212
exclude_patterns:
1313
- "dist/"
1414
- "docs/"
15-
- "jsdoc-template/"
1615
- "landing/"
1716
- "**/node_modules/"
1817
- "**/test/"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build": "pnpm -F shepherd.js build && pnpm -F '!shepherd.js' -F !landing -F !shepherd-docs build",
1212
"cypress:install": "pnpm -F 'cypress-tests' cypress:install",
1313
"dev": "pnpm watch",
14-
"docs": "node_modules/.bin/jsdoc -c .jsdoc.js --verbose",
1514
"lint": "pnpm -F '*' lint",
1615
"lint:fix": "pnpm -F '*' lint:fix",
1716
"lint:js": "pnpm -F '*' lint:js",

0 commit comments

Comments
 (0)