fixed small typo
This commit is contained in:
parent
358f5bb1c7
commit
c46d33f3b5
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ elif [[ "$type" == "development" ]]; then
|
|||
fi
|
||||
|
||||
echo "Generating environment"
|
||||
node files.js generate client ${type}
|
||||
node file.js generate client ${type}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Failed to generate environment"
|
||||
exit 1
|
||||
|
|
|
@ -95,7 +95,7 @@ elif [[ "$type" == "development" ]]; then
|
|||
fi
|
||||
|
||||
echo "Generating environment"
|
||||
node files.js generate web ${type}
|
||||
node file.js generate web ${type}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Failed to generate environment"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue