You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "Expects one of the following arguments: "
echo -e "ci - runs npm ci"
echo -e "test - runs npm run test"
echo -e "cypress-test - runs npm run cypress-test. For this option, expects username, password, and url to be passed as subsequent arguments. eg. admin Admin123 localhost:8080/"
echo -e "build - runs npm run build. For this option, the build number should be passed in as the second argument"
echo -e "If no argument is passed, executes ci, followed by test, followed by build"