Skip to content

Commit 0c5f70a

Browse files
committed
fix typo for jstargets
1 parent 370cb96 commit 0c5f70a

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
install_npm(HERE, build_cmd='build:prod'),
6262
ensure_targets(jstargets),
6363
)
64-
cmdclass['jsdeps'] = skip_if_exists(jstarget, npm_install)
64+
cmdclass['jsdeps'] = skip_if_exists(jstargets, npm_install)
6565

6666

6767
setup_args = dict(

0 commit comments

Comments
 (0)