mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #7159 from takluyver/hooks-invoke
Git hooks need to use invoke, not fab
This commit is contained in:
commit
baac9dd567
@ -18,5 +18,5 @@ if [[
|
||||
]]; then
|
||||
echo "rebuilding sourcemaps"
|
||||
cd IPython/html
|
||||
fab css || echo "failed to compile css"
|
||||
invoke css || echo "failed to compile css"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user