Files
nuchat/ui/Makefile
2025-07-18 15:39:09 +01:00

6 lines
88 B
Makefile

dist: node_modules
npm run build
node_modules: package.json package-lock.json
npm ci