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": {