mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
13 lines
No EOL
204 B
Makefile
13 lines
No EOL
204 B
Makefile
all: build frontend compile
|
|
|
|
build:
|
|
deno run --allow-all utils/build.js
|
|
|
|
frontend:
|
|
cd web && npm install && npm run build
|
|
|
|
readme:
|
|
deno run --allow-all utils/readme.js
|
|
|
|
compile:
|
|
cp -r web/dist/** dist
|