Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sastaachar committed Aug 20, 2023
1 parent 76d7edc commit 4f48e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"start": "gatsby develop",
"build:gatsby": "npm run generate-typedoc && npm run clean:gatsby && gatsby build --prefix-paths",
"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",
"serve:gatsby": "gatsby serve --prefix-paths",
"clean:gatsby": "gatsby clean",
"build-and-publish": "npm run build:gatsby && npm run publish",
Expand Down

0 comments on commit 4f48e23

Please sign in to comment.