Skip to content

Commit aa3b4f0

Browse files
committed
include jsdoc templates and helpers for CI builds
1 parent badb729 commit aa3b4f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/components/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
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 --helper \"jsdoc2md-helpers/jsdoc-helper.js\" --template \"jsdoc2md-handlebars/api.hbs\" \"./lib/**/*.js\" \"./lib/**/readme/*.js\" > ../../apps/generator/docs/api_components.md"
13+
"docs": "jsdoc2md --helper ./jsdoc2md-helpers/jsdoc-helper.js --template ./jsdoc2md-handlebars/api.hbs \"./lib/**/*.js\" \"./lib/**/readme/*.js\" > ../../apps/generator/docs/api_components.md"
1414
},
1515
"files": [
1616
"lib/**",
1717
"README.md",
18+
"jsdoc2md-handlebars/**",
19+
"jsdoc2md-helpers/**",
1820
"LICENSE"
1921
],
2022
"main": "lib/index.js",

0 commit comments

Comments
 (0)