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.
2 parents cba7bf7 + 3f99e3a commit 7002d89Copy full SHA for 7002d89
jupyter_releaser/npm.py
@@ -24,7 +24,7 @@ def build_dist(package, dist_dir):
24
25
if osp.isdir(package):
26
basedir = package
27
- tarball = osp.join(package, util.run("npm pack", cwd=package))
+ tarball = osp.join(package, util.run("npm pack", cwd=package).split("\n")[-1])
28
else:
29
basedir = osp.dirname(package)
30
tarball = package
0 commit comments