restore lint and test before release

This commit is contained in:
Daniel Appelgren
2021-09-03 15:59:49 +02:00
parent d8c30bb555
commit dc119dd655

View File

@@ -49,14 +49,14 @@ trap exitMessage EXIT
# RUN ESLINT # RUN ESLINT
# ---------------------------------- # ----------------------------------
echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}" echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}"
#npm run lint npm run lint
echo -e "${GREEN}Tests finished${NOCOLOR}" echo -e "${GREEN}Tests finished${NOCOLOR}"
# ---------------------------------- # ----------------------------------
# E2E TESTS # TESTS
# ---------------------------------- # ----------------------------------
echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}" echo -e "${CYAN}Running e2e tests using Cypress${NOCOLOR}"
#npm run test npm run test
echo -e "${GREEN}Tests finished${NOCOLOR}" echo -e "${GREEN}Tests finished${NOCOLOR}"
# ---------------------------------- # ----------------------------------