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