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.
1 parent 59f6011 commit ee81639Copy full SHA for ee81639
jupyter_releaser/npm.py
@@ -49,6 +49,8 @@ def build_dist(package, dist_dir):
49
paths.append(str(osp.abspath(path)).replace(os.sep, "/"))
50
if paths:
51
util.run(f"npm pack {' '.join(paths)}", cwd=dest, quiet=True)
52
+ else:
53
+ util.log("The NPM package defines 'workspaces' that does not contain any public package; this may be a mistake.")
54
55
56
def extract_dist(dist_dir, target):
0 commit comments