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 0859aef commit 1260612Copy full SHA for 1260612
commands.py
@@ -9,7 +9,7 @@
9
from distutils import log
10
11
project_root = os.path.dirname(os.path.abspath(__file__))
12
-node_root = os.path.join(project_root, "plotly", "labextension")
+node_root = os.path.join(project_root, "js")
13
is_repo = os.path.exists(os.path.join(project_root, ".git"))
14
node_modules = os.path.join(node_root, "node_modules")
15
targets = [
0 commit comments