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

Check uncommitted built files #32

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Check uncommitted built files #32

merged 2 commits into from
Oct 31, 2023

Conversation

ybiquitous
Copy link
Member

@ybiquitous ybiquitous commented Oct 31, 2023

Which issue, if any, is this issue related to?

None.

Is there anything in the PR that needs further explanation?

This PR aims to check uncommitted build files by npm test.

Verification:

$ echo 'test' >> dist/index.js

$ npm run build-check

> [email protected] build-check
> git diff --exit-code --quiet -- dist/

$ echo $?
1

This commit aims to check uncommitted build files by `npm test`.
@ybiquitous ybiquitous merged commit 0ed2ce2 into main Oct 31, 2023
4 checks passed
@ybiquitous ybiquitous deleted the check-uncommitted-build branch October 31, 2023 23:51
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