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 4f67696 commit 100bf82Copy full SHA for 100bf82
scripts/build.py
@@ -58,7 +58,7 @@ def remove_dir(path: os.PathLike):
58
base_dir = Path(__file__).resolve().parent.parent
59
build_path = base_dir / "build"
60
api_path = build_path / "api"
61
-bn_dev_artifact_path = base_dir / "artifacts-extern" / "artifacts"
+bn_dev_artifact_path = base_dir / "artifacts-extern"
62
bn_dev_path = build_path / "BN-dev"
63
64
if platform.system() == 'Darwin':
0 commit comments