mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +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:
|
||||
npm run build
|
||||
|
||||
netlifyapis:
|
||||
sh ./scripts/netlifyapis.sh
|
||||
|
||||
clean:
|
||||
[ -z "${CI}" ] || rm -rfv requirements.txt \
|
||||
README.md \
|
||||
|
@ -9,7 +12,6 @@ clean:
|
|||
.vscode \
|
||||
.github \
|
||||
|
||||
netlify: build clean
|
||||
sh ./scripts/netlifyapis.sh
|
||||
netlify: build netlifyapis clean
|
||||
|
||||
.PHONY: build clean netlify
|
||||
|
|
Loading…
Add table
Reference in a new issue