upd(codegen): run documentation gen too
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ _PWD=$PWD
|
||||
SPECS=$(find $PWD -name 'spec.json' | xargs -n1 dirname)
|
||||
for SPEC in $SPECS; do
|
||||
echo "=== spec $SPEC ==="
|
||||
cd $SPEC && rm -rf spec && ${GOPATH}/bin/spec && cd $_PWD
|
||||
cd $SPEC && rm -rf spec && ${GOPATH}/bin/spec && cd .. && ./README.php && cd $_PWD
|
||||
|
||||
SRC=$(dirname $(dirname $SPEC))
|
||||
echo "=== codegen $SRC ==="
|
||||
|
||||
Reference in New Issue
Block a user