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 370cb96 commit 0c5f70aCopy full SHA for 0c5f70a
{{cookiecutter.github_project_name}}/setup.py
@@ -61,7 +61,7 @@
61
install_npm(HERE, build_cmd='build:prod'),
62
ensure_targets(jstargets),
63
)
64
-cmdclass['jsdeps'] = skip_if_exists(jstarget, npm_install)
+cmdclass['jsdeps'] = skip_if_exists(jstargets, npm_install)
65
66
67
setup_args = dict(
0 commit comments