mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
do a normal lint at precommit including ts-check
This commit is contained in:
2
Makefile
2
Makefile
@@ -65,7 +65,7 @@ test-min: $(NODE_MODULES) ## Runs the minimal tests
|
||||
check: $(NODE_MODULES) lint test ## Runs all checks required before committing (fixing trivial things automatically)
|
||||
|
||||
.PHONY: pre-commit
|
||||
pre-commit: $(NODE_MODULES) test-min ci-lint
|
||||
pre-commit: $(NODE_MODULES) test-min lint
|
||||
|
||||
.PHONY: clean
|
||||
clean: ## Cleans up everything
|
||||
|
||||
Reference in New Issue
Block a user