We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fce03 commit f3dd9f5Copy full SHA for f3dd9f5
2 files changed
.codeclimate.yml
@@ -12,7 +12,6 @@ checks:
12
exclude_patterns:
13
- "dist/"
14
- "docs/"
15
- - "jsdoc-template/"
16
- "landing/"
17
- "**/node_modules/"
18
- "**/test/"
package.json
@@ -11,7 +11,6 @@
11
"build": "pnpm -F shepherd.js build && pnpm -F '!shepherd.js' -F !landing -F !shepherd-docs build",
"cypress:install": "pnpm -F 'cypress-tests' cypress:install",
"dev": "pnpm watch",
- "docs": "node_modules/.bin/jsdoc -c .jsdoc.js --verbose",
"lint": "pnpm -F '*' lint",
"lint:fix": "pnpm -F '*' lint:fix",
"lint:js": "pnpm -F '*' lint:js",
0 commit comments