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