Skip to content

Commit 100f5a5

Browse files
committed
chore: disable auto-publishing to npm
1 parent 9e405f8 commit 100f5a5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.release-it.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
"tokenRef": "GITHUB_TOKEN"
2020
},
2121
"npm": {
22-
"publish": true,
22+
"publish": false,
23+
"publishConfig": {
24+
"access": "public"
25+
},
26+
"publishPath": ".",
2327
"tag": "alpha"
2428
}
2529
}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"swa-emu": "./bin/index.js"
1111
},
1212
"author": "Wassim Chegham <[email protected]>",
13-
"publishConfig": {
14-
"registry": "https://npm.pkg.github.com/"
15-
},
1613
"dependencies": {
1714
"azure-functions-core-tools": "^3.0.2630",
1815
"blessed": "^0.1.81",

0 commit comments

Comments
 (0)