news/Makefile

10 lines
157 B
Makefile
Raw Normal View History

2024-02-12 11:00:15 +01:00
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