Rename make test

This commit is contained in:
Peter Fajdiga
2025-12-26 09:45:47 +01:00
parent 6f69252001
commit 85d7bbe777

View File

@@ -3,7 +3,7 @@ CHECKS := true
.PHONY: *
build: lint tests
build: lint test
tsc -p ./src/main --outFile ./package/contents/code/main.js
mkdir -p ./package/contents/config
./run-ts.sh ./src/generators/config > ./package/contents/config/main.xml
@@ -19,7 +19,7 @@ endif
lint-fix: npm-install
npx eslint ./src --fix
tests:
test:
ifeq (${CHECKS}, true)
./run-ts.sh ./src/tests
endif