From 81f7c84a3ff6a0faef09dc265b0ad5984ad4e79e Mon Sep 17 00:00:00 2001 From: Jens Verbeken Date: Thu, 4 Mar 2021 13:30:47 +0100 Subject: [PATCH] update full url for npm --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b54a85c..6de51e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Node Akeneo API](art/banner.jpg)](https://craftzing.com) +[![Node Akeneo API](https://github.com/craftzing/node-akeneo-api/raw/master/art/banner.jpg)](https://craftzing.com) [![Quality assurance](https://github.com/craftzing/node-akeneo-api/actions/workflows/quality-assurance.yml/badge.svg?branch=master)](https://github.com/craftzing/node-akeneo-api/actions/workflows/quality-assurance.yml) [![Code style](https://github.com/craftzing/node-akeneo-api/actions/workflows/code-style.yml/badge.svg?branch=master)](https://github.com/craftzing/node-akeneo-api/actions/workflows/code-style.yml) diff --git a/package.json b/package.json index d8eef0c..de63daf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "watch": "tsc -w -p tsconfig.json && tsc -w -p tsconfig-cjs.json", "prepare": "husky install", "lint": "eslint src --max-warnings 0", - "test": "jest" + "test": "jest", + "prepublishOnly": "npm run build" }, "dependencies": { "axios": "^0.21.1",