news/Makefile

13 lines
204 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
2024-02-13 13:21:19 +01:00
readme:
deno run --allow-all utils/readme.js
2024-02-12 11:00:15 +01:00
compile:
cp -r web/dist/** dist