mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Git hooks need to use invoke, not fab
This commit is contained in:
parent
4c62fd4210
commit
dc02187827
@ -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