diff --git a/tools/release.sh b/tools/release.sh index b03b3d9..a661680 100644 --- a/tools/release.sh +++ b/tools/release.sh @@ -49,14 +49,14 @@ trap exitMessage EXIT # RUN ESLINT # ---------------------------------- echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}" -#npm run lint +npm run lint echo -e "${GREEN}Tests finished${NOCOLOR}" # ---------------------------------- -# E2E TESTS +# TESTS # ---------------------------------- echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}" -#npm run test +npm run test echo -e "${GREEN}Tests finished${NOCOLOR}" # ----------------------------------