We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63e41e commit 47bfae5Copy full SHA for 47bfae5
package.json
@@ -4,7 +4,7 @@
4
},
5
"scripts": {
6
"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",
+ "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",
8
"runServer": "npx http-server build/site -c-1",
9
"buildAll": "npm run build && npm run copyApiDocs",
10
"buildAllAndRun": "npm run build && npm run copyApiDocs && npm run runServer"
0 commit comments