From 0f5f9c486110c6dbc80f787f5c0f0c22b011d617 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 25 Sep 2022 03:43:53 +0300 Subject: [PATCH] Fix package.json, make makefile install deps Signed-off-by: Ari Archer --- Makefile | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f515f61..92632d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ build: + npm install npm run build netlifyapis: diff --git a/package.json b/package.json index 49d5a49..55843eb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "Ari Archer ", "license": "SEE LICENSE IN LICENSE", "bugs": { - "url": "https://ari-web.xyz/gh/issues" + "url": "https://ari-web.xyz/git/issues" }, "homepage": "https://ari-web.xyz/git#readme", "devDependencies": {