We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cff8e7 commit ac5a371Copy full SHA for ac5a371
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"deploy-pipeline": "npm run deploy",
16
"add-ns-dependents": "npm run suitecloud -- project:adddependencies",
17
"generate-jsDocs": "jsdoc -c .ci/config/jsDocsConf.json",
18
- "generate-mdDocs": "bash .ci/scripts/updateContributors.sh | jsdoc2md --template .ci/templates/README.temp.hbs ./src/**/*[^.min].js > README.md && rm .ci/templates/README.temp.hbs",
+ "generate-mdDocs": "bash .ci/scripts/updateContributors.sh && jsdoc2md --template .ci/templates/README.temp.hbs ./src/**/*[^.min].js > README.md && rm .ci/templates/README.temp.hbs",
19
"generate-wiki": "node .ci/config/docsMD.config.js",
20
"docs": "npm run generate-jsDocs && npm run generate-mdDocs && npm run generate-wiki",
21
"open-docs": "open ./docs/index.html || start ./docs/index.html "
0 commit comments