Skip to content

Commit 1260612

Browse files
committed
Update node root path in commands.py
1 parent 0859aef commit 1260612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils import log
1010

1111
project_root = os.path.dirname(os.path.abspath(__file__))
12-
node_root = os.path.join(project_root, "plotly", "labextension")
12+
node_root = os.path.join(project_root, "js")
1313
is_repo = os.path.exists(os.path.join(project_root, ".git"))
1414
node_modules = os.path.join(node_root, "node_modules")
1515
targets = [

0 commit comments

Comments
 (0)