Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-184: Convert the build system to use alley-build instead of wp-scripts build (feature/issue-182/trim-unused-wordpress-dependencies) #224

Merged
merged 17 commits into from
Jan 13, 2025

Conversation

mogmarsh
Copy link
Collaborator

@mogmarsh mogmarsh commented Dec 31, 2024

Summary

Fixes #184

Description

Convert the build system to use alley-build instead of wp-scripts build. This includes adding alley-build, updating to node 22, and bumping versions for actions in the project setup.

Use Case

Consolidating our repos to use common solutions and tools.

URL

Issue #184

@mogmarsh mogmarsh marked this pull request as ready for review December 31, 2024 21:49
@mogmarsh mogmarsh changed the base branch from feature/issue-182/trim-unused-wordpress-dependencies to develop December 31, 2024 22:15
@@ -92,6 +92,7 @@ export default function Edit() {
newBlocks = [...parsedContentFromTemplate];
}

// @ts-ignore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to use @ts-expect-error

@mogmarsh mogmarsh merged commit fb82997 into develop Jan 13, 2025
10 checks passed
@mogmarsh mogmarsh deleted the feature/issue-184/convert-to-alley-build branch January 13, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert the build system to use alley-build instead of wp-scripts build
2 participants