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 76d7edc commit 4f48e23Copy full SHA for 4f48e23
package.json
@@ -4,7 +4,7 @@
4
"scripts": {
5
"start": "gatsby develop",
6
"build:gatsby": "npm run generate-typedoc && npm run clean:gatsby && gatsby build --prefix-paths",
7
- "build:gatsby:noprefix": "npm run generate-typedoc && npm run clean:gatsby && gatsby build --prefix-paths",
+ "build:gatsby:noprefix": "npm run generate-typedoc && npm run clean:gatsby && OUTPUT_DIR=public/docs gatsby build --prefix-paths",
8
"serve:gatsby": "gatsby serve --prefix-paths",
9
"clean:gatsby": "gatsby clean",
10
"build-and-publish": "npm run build:gatsby && npm run publish",
0 commit comments