build: remove --use-cache flag due build failure

This commit is contained in:
Ivan Smolin 2023-02-17 17:43:34 +03:00
parent 55fe6b7126
commit 56d1ee998d
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@
PLAYGROUNDS="${SRCROOT}/TIFoundationUtils/TIFoundationUtils.app"
for playground_path in ${PLAYGROUNDS}; do
nef compile --project ${playground_path} --use-cache
nef compile --project ${playground_path}
nef markdown --project ${playground_path} --output ../docs
done