Skip to content

Commit c521c81

Browse files
committed
Add glob Pattern to ./src/**/* in docs to ensure consistent behaviour acroos platforms
1 parent 431b8d1 commit c521c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
1111
"lint:fix": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix",
1212
"generate:assets": "npm run prepublishOnly && npm run docs",
13-
"docs": "jsdoc2md --template api.hbs ./src/**/*.js > API.md"
13+
"docs": "jsdoc2md --template api.hbs \"./src/**/*.js\" > API.md"
1414
},
1515
"files": [
1616
"lib/**",

0 commit comments

Comments
 (0)