mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
49c7e06f04
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
13 lines
171 B
Makefile
13 lines
171 B
Makefile
build:
|
|
npm run build
|
|
|
|
netlify: build clean
|
|
|
|
clean:
|
|
[ -z "${CI}" ] || rm -rfv requirements.txt \
|
|
README.md \
|
|
LICENSE \
|
|
git.sh \
|
|
scripts \
|
|
.vscode \
|
|
.github \
|