Merge pull request #3627 from jupyterhub/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Min RK
2021-09-28 15:23:00 +02:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@@ -302,7 +302,7 @@ class develop_js_css(develop):
if not self.uninstall:
self.distribution.run_command('js')
self.distribution.run_command('css')
develop.run(self)
super().run()
setup_args['cmdclass']['develop'] = develop_js_css