Fix the makefile

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-02 18:18:15 +03:00
parent d61e31de6a
commit 15b22b9dc6

View file

@ -1,6 +1,9 @@
build: build:
npm run build npm run build
netlifyapis:
sh ./scripts/netlifyapis.sh
clean: clean:
[ -z "${CI}" ] || rm -rfv requirements.txt \ [ -z "${CI}" ] || rm -rfv requirements.txt \
README.md \ README.md \
@ -9,7 +12,6 @@ clean:
.vscode \ .vscode \
.github \ .github \
netlify: build clean netlify: build netlifyapis clean
sh ./scripts/netlifyapis.sh
.PHONY: build clean netlify .PHONY: build clean netlify