Skip to content

Pre-deploy script #165

@emilyb7

Description

@emilyb7

We have a pre-deploy script in the package.json that looks like this

"pre-deploy": "git checkout master && git pull origin master && npm run test.e2e",

We should remove the first checkout master step as we may not always want to deploy from master. I would prefer to deploy from the branch I'm on (e.g. testing a random unmerged feature on staging, or when we need to deploy before QA has finished).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions