We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937dee4 commit 87112a9Copy full SHA for 87112a9
.github/workflows/publish.yml
@@ -89,6 +89,8 @@ jobs:
89
node-version: 18
90
- name: Installing dependencies
91
run: npm ci
92
+ - name: Building sources
93
+ run: npm run build
94
- name: Publishing
95
run: npm publish
96
env:
package.json
@@ -5,7 +5,10 @@
5
"author": "Vladislav Tupikin <[email protected]>",
6
"license": "MIT",
7
"homepage": "https://mrrefactoring.github.io/confluence.js",
8
- "repository": "https://github.com/MrRefactoring/confluence.js.git",
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/MrRefactoring/confluence.js.git"
11
+ },
12
"main": "out/index.js",
13
"types": "out/index.d.ts",
14
"scripts": {
0 commit comments