restore lint and test before release
This commit is contained in:
@@ -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}"
|
||||||
|
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user