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.
npm pack
1 parent cba7bf7 commit 06d9cf8Copy full SHA for 06d9cf8
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