Skip to content

Commit

Permalink
fix: don't set drupal external url for publisher test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 16, 2024
1 parent 7c5bcff commit 0ecf9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/publisher.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
// cannot report it.
// Workaround: Do a double build on the first build.
'if test -d public; then echo "Single build" && pnpm build:gatsby; else echo "Double build" && pnpm build:gatsby && pnpm build:gatsby; fi'
: 'DRUPAL_EXTERNAL_URL=http://127.0.0.1:8888 pnpm build:gatsby',
: 'pnpm build:gatsby',
outputTimeout: 1000 * 60 * 10,
},
clean: 'pnpm clean',
Expand Down

0 comments on commit 0ecf9d5

Please sign in to comment.