diff --git a/tools/release.sh b/tools/release.sh index a661680..af6b367 100644 --- a/tools/release.sh +++ b/tools/release.sh @@ -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}"