We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following results in a failure:
.PHONY: security_check security_check: ## Runs security checks security_check: npm_audit # A comment here; screws up the targets I guess .PHONY: security_fix security_fix: ## Runs security fixers security_fix: npm_audit_fix
Prob worth testing with multi-line targets too.
The text was updated successfully, but these errors were encountered:
fix: Fix support for comments
d7def19
Closes #47.
706e960
Successfully merging a pull request may close this issue.
The following results in a failure:
Prob worth testing with multi-line targets too.
The text was updated successfully, but these errors were encountered: