Skip to content

Commit 4b74e5f

Browse files
committed
Publish OpenDJ apidocs
1 parent 9f3aff7 commit 4b74e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"scripts": {
66
"build": "npx antora antora-playbook.yml",
7-
"copyApiDocs": "cp -R ./openig/apidocs build/site/openig && cp -R ./openam/apidocs build/site/openam && cp -R ./openicf build/site/openicf && cp -R ./commons build/site/commons && cp -R ./openidm/apidocs build/site/openidm",
7+
"copyApiDocs": "cp -R ./openig/apidocs build/site/openig && cp -R ./openam/apidocs build/site/openam && cp -R ./openicf build/site/openicf && cp -R ./commons build/site/commons && cp -R ./openidm/apidocs build/site/openidm && cp -R ./opendj/apidocs build/site/opendj",
88
"runServer": "npx http-server build/site -c-1",
99
"buildAll": "npm run build && npm run copyApiDocs",
1010
"buildAllAndRun": "npm run build && npm run copyApiDocs && npm run runServer"

0 commit comments

Comments
 (0)