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 1283491 commit c74989dCopy full SHA for c74989d
docs/.gitignore
@@ -18,4 +18,6 @@
18
npm-debug.log*
19
yarn-debug.log*
20
yarn-error.log*
21
-yarn.lock
+yarn.lock
22
+
23
+/static/openapi.json
docs/package.json
@@ -7,7 +7,8 @@
7
"format": "prettier --check .",
8
"format:fix": "prettier --write .",
9
"start": "docusaurus start --port 3005",
10
- "build": "docusaurus build",
+ "copy:openapi": "jq -c < ../open-api/immich-openapi-specs.json > ./static/openapi.json || exit 0",
11
+ "build": "npm run copy:openapi && docusaurus build",
12
"swizzle": "docusaurus swizzle",
13
"deploy": "docusaurus deploy",
14
"clear": "docusaurus clear",
0 commit comments