mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Fix the makefile
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
d61e31de6a
commit
15b22b9dc6
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue