mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add warning to rebuild
This commit is contained in:
parent
de2d17f8b1
commit
9c300ecc62
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ if [ "$QUICK_BUILD" != "1" ]; then
|
|||
scripts/make_tutorial.sh
|
||||
scripts/make_docs.sh
|
||||
|
||||
else
|
||||
|
||||
echo "Warning: dirty rebuild. Skipping docs and metadata..."
|
||||
|
||||
fi
|
||||
|
||||
webpack --stats errors-only --bail
|
||||
|
|
Loading…
Add table
Reference in a new issue