Skip to content

Commit 4f48e23

Browse files
committed
fix
1 parent 76d7edc commit 4f48e23

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
"scripts": {
55
"start": "gatsby develop",
66
"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",
7+
"build:gatsby:noprefix": "npm run generate-typedoc && npm run clean:gatsby && OUTPUT_DIR=public/docs gatsby build --prefix-paths",
88
"serve:gatsby": "gatsby serve --prefix-paths",
99
"clean:gatsby": "gatsby clean",
1010
"build-and-publish": "npm run build:gatsby && npm run publish",

0 commit comments

Comments
 (0)