Makefile: reorder lines

This commit is contained in:
Peter Fajdiga
2024-08-30 17:41:24 +02:00
parent 502f4bee26
commit f711248619

View File

@@ -1,7 +1,7 @@
.PHONY: *
VERSION = $(shell grep '"Version":' ./package/metadata.json | grep -o '[0-9\.]*')
.PHONY: *
build: tests
tsc -p ./src/main --outFile ./package/contents/code/main.js
mkdir -p ./package/contents/config