Deployment
Use this for operational release checks. The older deployment reference remains available at Tibi Deployment.
Last modified: July 10, 2026
Build Checks
cd packages/wordpress/themes/tibi
npm run build
cd ../../plugins/tibi-block-library
npm run build
Also build any changed package with its own package.json or Composer build step.
Release Checks
- Confirm changed assets are built.
- Confirm relevant plugins/theme files are deployed.
- Confirm cache flush or transient cleanup when needed.
- Confirm Algolia indexing when search content or searchable fields changed.
- Confirm custom forms still submit.
Production Smoke Checks
- Homepage/header loads.
- Help search works.
- Global search opens and returns expected results.
- Signup page loads.
- Brochure order page loads.
- One representative Help page loads.