Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh sqlite-database-integration from develop branch (#1692)
## Motivation for the change, related issues We regularly refresh the sqlite-database-integration bundle from the project's `main` branch. This used to pull the latest changes, including unreleased changes, but now, the `main` branch is only updated when a new version of the plugin is released. The latest changes are now on the `develop` branch. ## Implementation details This PR changes our sqlite-database-integration build to pull the latest from the `develop` branch which includes unreleased changes slated for the next plugin release. ## Testing Instructions (or ideally a Blueprint) Run `npx nx bundle-sqlite-database playground-wordpress-builds` locally and make sure it completes without issue.
- Loading branch information