Run js-lint as part of the full test target

This commit is contained in:
Ryan Ahearn
2022-10-27 16:01:54 +00:00
parent 07cf174fdb
commit c045771b76

View File

@@ -58,7 +58,7 @@ generate-version-file: ## Generates the app version file
@echo -e "__git_commit__ = \"${GIT_COMMIT}\"\n__time__ = \"${DATE}\"" > ${APP_VERSION_FILE}
.PHONY: test
test: py-lint py-test js-test ## Run tests
test: py-lint py-test js-lint js-test ## Run tests
.PHONY: py-lint
py-lint: ## Run python linting scanners