Skip to content

Takerman/app-portfolio

Repository files navigation

Takerman.Backup

Migrations

On Takerman.Backup.Server: dotnet ef migrations add [name] --project ../Takerman.Backup.Data/Takerman.Backup.Data.csproj dotnet ef database update --project ../Takerman.Backup.Data/Takerman.Backup.Data.csproj dotnet ef migrations remove

E2E tests

npx cypress open cypress run --browser chrome cypress run --specs path_to_file.cy.js

Upgrade NPM packages

ncu --upgrade npm install