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
Describe the Housekeeping
As developers we should be able to install dependencies without any local installation problems and to keep it in line with other applications.
Who are the primary contacts for this story
Steve, Sangeetha
Who is the nominated tester for UAT
PSD
Acceptance criteria
To be considered successful the solution must allow.
To install dependencies locally without causing any errors/problems to developers.
The application to continue to work as expected with no loss of service for users.
The text was updated successfully, but these errors were encountered:
For compiles and hot reloads for development npm run serve
Compile and minified for production npm run build
For tests npm run test:unit and npm run test:e2e:all
For linting npm run lint and to fix errors npm run lint -- --fix
For prettier npm run pretty and to fix errors npx prettier --write .
Replace yarn with npm commands in the files .github/workflows/js_test.yml, .github/workflows/automated_release_and_build.yml, .github/workflows/lint.yml and .github/workflows/manual_build.yml
Sangeetha-Bheeman
changed the title
DPL-966 Replace yarn with npm
DPL-966 Replace yarn with npm as part of Vue 3 upgrade process
Oct 30, 2023
Sangeetha-Bheeman
changed the title
DPL-966 Replace yarn with npm as part of Vue 3 upgrade process
DPL-966 Replace yarn with npm as yarn is no longer required and is causing installation problems
Oct 30, 2023
Describe the Housekeeping
As developers we should be able to install dependencies without any local installation problems and to keep it in line with other applications.
Who are the primary contacts for this story
Steve, Sangeetha
Who is the nominated tester for UAT
PSD
Acceptance criteria
To be considered successful the solution must allow.
The text was updated successfully, but these errors were encountered: