Fix package.json, make makefile install deps

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-25 03:43:53 +03:00
parent 6bcb6abe2f
commit 0f5f9c4861
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
build: build:
npm install
npm run build npm run build
netlifyapis: netlifyapis:

View file

@ -23,7 +23,7 @@
"author": "Ari Archer <ari.web.xyz@gmail.com>", "author": "Ari Archer <ari.web.xyz@gmail.com>",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"bugs": { "bugs": {
"url": "https://ari-web.xyz/gh/issues" "url": "https://ari-web.xyz/git/issues"
}, },
"homepage": "https://ari-web.xyz/git#readme", "homepage": "https://ari-web.xyz/git#readme",
"devDependencies": { "devDependencies": {