Makefile: run tests on every build

This commit is contained in:
Peter Fajdiga
2024-04-27 12:32:55 +02:00
parent 3a75ddab0f
commit 88bce26456

View File

@@ -6,7 +6,7 @@ config:
mkdir -p ./package/contents/config
./run-ts.sh ./src/generators/config > ./package/contents/config/main.xml
build:
build: tests
tsc -p ./src/main --outFile ./package/contents/code/main.js
tests: