Skip to content

Commit b3a8a3c

Browse files
committed
Fix typo
1 parent df304db commit b3a8a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgetsnbextension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
cmdclass = create_cmdclass('jsdeps', data_files_spec=data_files_spec)
3232
js_command = combine_commands(
33-
install_npm(js_dir, npm=['yarn'], build_cmd='build'),
33+
install_npm(JS_DIR, npm=['yarn'], build_cmd='build'),
3434
ensure_targets(js_targets),
3535
)
3636

0 commit comments

Comments
 (0)