news/Makefile
2024-02-12 11:00:15 +01:00

10 lines
No EOL
157 B
Makefile

all: build frontend compile
build:
deno run --allow-all utils/build.js
frontend:
cd web && npm install && npm run build
compile:
cp -r web/dist/** dist