Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit c6a94ea

Browse files
committed
ci: support NPM_OTP_URL
1 parent c83e51b commit c6a94ea

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.releaserc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
npmPublish: true,
3+
tarballDir: '.',
4+
assets: 'allow-scripts-*.tgz',
5+
otpUrl: process.env.NPM_OTP_URL
6+
};

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,5 @@
3939
"extends": [
4040
"@commitlint/config-conventional"
4141
]
42-
},
43-
"release": {
44-
"npmPublish": false,
45-
"tarballDir": ".",
46-
"assets": "allow-scripts-*.tgz"
4742
}
4843
}

0 commit comments

Comments
 (0)