From 87112a9568487d6ce4beb12170ef8e98c7e94683 Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Mon, 4 Mar 2024 02:18:47 +0400 Subject: [PATCH] CI/CD Changes --- .github/workflows/publish.yml | 2 ++ package.json | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ee1e6d..034ef5d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,6 +89,8 @@ jobs: node-version: 18 - name: Installing dependencies run: npm ci + - name: Building sources + run: npm run build - name: Publishing run: npm publish env: diff --git a/package.json b/package.json index e48cb32..4132ef0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "author": "Vladislav Tupikin ", "license": "MIT", "homepage": "https://mrrefactoring.github.io/confluence.js", - "repository": "https://github.com/MrRefactoring/confluence.js.git", + "repository": { + "type": "git", + "url": "git+https://github.com/MrRefactoring/confluence.js.git" + }, "main": "out/index.js", "types": "out/index.d.ts", "scripts": {