Skip to content

Commit

Permalink
fix for pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Oct 26, 2024
1 parent 61988da commit 19318dc
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 @@ -11,7 +11,7 @@
"develop": "node --env-file=.env node_modules/.bin/gatsby develop",
"start": "node --env-file=.env node_modules/.bin/gatsby develop",
"build": "node --env-file=.env node_modules/.bin/gatsby build",
"build-pages": "BASEPATH=/scd node --env-file=.env node_modules/.bin/gatsby build --prefix-paths",
"build-pages": "BASEPATH=/scd gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 19318dc

Please sign in to comment.