Skip to content

Commit ac5a371

Browse files
committed
🔧 bash && worked better than bash |
1 parent 8cff8e7 commit ac5a371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"deploy-pipeline": "npm run deploy",
1616
"add-ns-dependents": "npm run suitecloud -- project:adddependencies",
1717
"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",
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",
1919
"generate-wiki": "node .ci/config/docsMD.config.js",
2020
"docs": "npm run generate-jsDocs && npm run generate-mdDocs && npm run generate-wiki",
2121
"open-docs": "open ./docs/index.html || start ./docs/index.html "

0 commit comments

Comments
 (0)