Remove semicolon, add space
This commit is contained in:
parent
8e624b4122
commit
1cf62b30c1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ npm run generate &&
|
||||||
npm run test &&
|
npm run test &&
|
||||||
npm run generate:layouts
|
npm run generate:layouts
|
||||||
|
|
||||||
if [ $? -ne 0]; then;
|
if [ $? -ne 0 ]; then
|
||||||
echo "ERROR"
|
echo "ERROR"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue