Fix typo
This commit is contained in:
parent
3bdf54164a
commit
31a3c4b272
@ -119,7 +119,7 @@ jobs:
|
|||||||
actual="v$(cat package.json | jq -r '.version' | awk -F. '{print $1}')"
|
actual="v$(cat package.json | jq -r '.version' | awk -F. '{print $1}')"
|
||||||
if [ $excepted = $actual ]
|
if [ $excepted = $actual ]
|
||||||
then
|
then
|
||||||
yarn init || echo -e '\033[0;33mInitialization Not Required\033[0;39m'
|
yarn run init || echo -e '\033[0;33mInitialization Not Required\033[0;39m'
|
||||||
yarn test
|
yarn test
|
||||||
else
|
else
|
||||||
echo -e '\033[0;33mTest Aborted\033[0;39m'
|
echo -e '\033[0;33mTest Aborted\033[0;39m'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user