Skip to content

Commit

Permalink
CI/CD Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Mar 3, 2024
1 parent 937dee4 commit 87112a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"author": "Vladislav Tupikin <mrrefactoring@yandex.ru>",
"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": {
Expand Down

0 comments on commit 87112a9

Please sign in to comment.