Scripts not using files.js as well instead of the PHP file
This commit is contained in:
parent
8e877efb37
commit
1a9f599fae
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ elif [[ "$type" == "development" ]]; then
|
|||
fi
|
||||
|
||||
echo "Generating environment"
|
||||
php files.php generate client ${type}
|
||||
node files.js generate client ${type}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Failed to generate environment"
|
||||
exit 1
|
||||
|
|
|
@ -88,7 +88,7 @@ elif [[ "$type" == "development" ]]; then
|
|||
fi
|
||||
|
||||
echo "Generating environment"
|
||||
php files.php generate web ${type}
|
||||
node files.js generate web ${type}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Failed to generate environment"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue