forked from n1hility/cancel-previous-runs
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pre commit failing on modified ts code (#4)
* The npm release step will not add generated files automaticaly Previously the release step was adding the generated dist files to git automatically, which was not a good idea because pre-commit did not fail in case someone modified the .ts file Now the pre-commit check for npm will behave like all other pre-commit checks - if a file will be modified by the check, the file will not be added and pre-commit check will fail allowing the author to add the file manually.
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters