Skip to content

Commit 5821eab

Browse files
committed
fix: fix npm api
1 parent 2f32132 commit 5821eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package/npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default class Npm extends NpmApi {
197197
}
198198

199199
// publish
200-
res = await pkg.npm.publish( {
200+
res = await super.publish( {
201201
"packPath": pack.path,
202202
accessStatus,
203203
"tag": commit.tags.has( "latest" )

0 commit comments

Comments
 (0)