move to Makefile

This commit is contained in:
2025-07-18 15:39:09 +01:00
parent 2fff50ec0a
commit 9557bb694c
6 changed files with 37 additions and 38 deletions

View File

@ -1,5 +0,0 @@
install:
npm install
build: install
npm run build

5
ui/Makefile Normal file
View File

@ -0,0 +1,5 @@
dist: node_modules
npm run build
node_modules: package.json package-lock.json
npm ci