Skip to content

Commit

Permalink
Update build.sh (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry authored Jan 8, 2025
1 parent 6cea29c commit 9f6c6f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ echo "==========================================================================
echo GATSBY_MANIFEST_PATH=$(pwd)/bundle.zip
export GATSBY_MANIFEST_PATH=$(pwd)/bundle.zip

if [ -d "docs-worker-pool" ]; then
node --unhandled-rejections=strict docs-worker-pool/modules/persistence/dist/index.js --path bundle.zip --githubUser netlify
fi

# run the site
npm run build:no-prefix

0 comments on commit 9f6c6f6

Please sign in to comment.