ari.lt/Makefile
Ari Archer 0f5f9c4861 Fix package.json, make makefile install deps
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-09-25 03:43:53 +03:00

18 lines
256 B
Makefile

build:
npm install
npm run build
netlifyapis:
sh ./scripts/netlifyapis.sh
clean:
[ -z "${CI}" ] || rm -rfv requirements.txt \
README.md \
git.sh \
scripts \
.vscode \
.github \
netlify: build netlifyapis clean
.PHONY: build clean netlify