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

gen:ids on push #240

Merged
merged 3 commits into from
Sep 19, 2022
Merged

gen:ids on push #240

merged 3 commits into from
Sep 19, 2022

Conversation

gigamesh
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Sep 19, 2022

🦋 Changeset detected

Latest commit: 5623745

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@soundxyz/sound-protocol Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged
Copy link
Contributor Author

Choose a reason for hiding this comment

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

seems excessive to run this for every commit when we also run it in CI

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm run solhint
pnpm run solhint && pnpm gen:ids && git add --all && git commit --amend --no-edit
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ensures src/interfaceIds.ts is always up to date

@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Merging #240 (5623745) into master (e4f0d72) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   85.81%   85.81%           
=======================================
  Files          12       12           
  Lines         409      409           
  Branches       59       59           
=======================================
  Hits          351      351           
  Misses         51       51           
  Partials        7        7           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@gigamesh gigamesh merged commit 73e2575 into master Sep 19, 2022
@gigamesh gigamesh deleted the gigamesh/gen-ids-on-build branch September 19, 2022 21:07
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.

None yet

2 participants