Back to Guides

Custom Build Scripts

Customize your build process with pre and post-build scripts.

Pre-Build Scripts

Run scripts before the build starts. Useful for:

  • • Running tests
  • • Code linting
  • • Generating assets
  • • Environment setup

Post-Build Scripts

Run scripts after the build completes. Useful for:

  • • Uploading to additional services
  • • Sending custom notifications
  • • Running additional tests
  • • Cleanup tasks

Configuration

Add custom scripts in your project settings. Scripts run in the build environment and have access to environment variables.