build: remove --use-cache flag due build failure
This commit is contained in:
parent
55fe6b7126
commit
56d1ee998d
|
|
@ -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
|
||||
Loading…
Reference in New Issue