Update release.sh
This commit is contained in:
@@ -48,14 +48,14 @@ trap exitMessage EXIT
|
|||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
# RUN ESLINT
|
# RUN ESLINT
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}"
|
echo -e "${CYAN}Running lint${NOCOLOR}"
|
||||||
npm run lint
|
npm run lint
|
||||||
echo -e "${GREEN}Tests finished${NOCOLOR}"
|
echo -e "${GREEN}Tests finished${NOCOLOR}"
|
||||||
|
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
# TESTS
|
# TESTS
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}"
|
echo -e "${CYAN}Running tests${NOCOLOR}"
|
||||||
npm run test
|
npm run test
|
||||||
echo -e "${GREEN}Tests finished${NOCOLOR}"
|
echo -e "${GREEN}Tests finished${NOCOLOR}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user