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

build: replace build tool and automate builds #19

Merged
merged 3 commits into from
Apr 7, 2024
Merged

Conversation

parkerbxyz
Copy link
Owner

This pull request includes changes to the GitHub Actions workflows and the project's build process. The most significant changes include the addition of a new build.yml workflow, the removal of the setFailed import in index.js, and updates to the package.json file to change the build script and switch the build tool.

Build and Release Workflows:

  • .github/workflows/build.yml: A new build workflow was added. This workflow triggers on pull requests and is responsible for setting up the environment, running the build script, and committing any changes to the dist/* files if the build is successful.

JavaScript Files:

  • index.js: The setFailed import from @actions/core was removed because it was not being used.

Package.json:

@parkerbxyz parkerbxyz self-assigned this Apr 7, 2024
@parkerbxyz parkerbxyz merged commit 2230a98 into main Apr 7, 2024
1 check passed
@parkerbxyz parkerbxyz deleted the update-build branch April 7, 2024 01:13
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.

1 participant