Skip to content

Commit 87112a9

Browse files
committed
CI/CD Changes
1 parent 937dee4 commit 87112a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
node-version: 18
9090
- name: Installing dependencies
9191
run: npm ci
92+
- name: Building sources
93+
run: npm run build
9294
- name: Publishing
9395
run: npm publish
9496
env:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"author": "Vladislav Tupikin <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://mrrefactoring.github.io/confluence.js",
8-
"repository": "https://github.com/MrRefactoring/confluence.js.git",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/MrRefactoring/confluence.js.git"
11+
},
912
"main": "out/index.js",
1013
"types": "out/index.d.ts",
1114
"scripts": {

0 commit comments

Comments
 (0)