We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431b8d1 commit c521c81Copy full SHA for c521c81
packages/components/package.json
@@ -10,7 +10,7 @@
10
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
11
"lint:fix": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix",
12
"generate:assets": "npm run prepublishOnly && npm run docs",
13
- "docs": "jsdoc2md --template api.hbs ./src/**/*.js > API.md"
+ "docs": "jsdoc2md --template api.hbs \"./src/**/*.js\" > API.md"
14
},
15
"files": [
16
"lib/**",
0 commit comments