Skip to content

Provide an easy way to update and build a checkout of the extension #1372

@brettcannon

Description

@brettcannon

I.e. either provide a gulp command or a shell & batch scripts that:

  1. git pull --prune (and potentially git checkout -- yarn.lock if it's been modified; doing it blindly touches the file and causes yarn to fully run again)
  2. yarn install
  3. node node_modules/typescript/bin/tsc -p .

I already do these steps at startup on my machine and it works great, but it would be easier to maintain it with the code and get more people using to help test master.

Metadata

Metadata

Assignees

Labels

debtCovers everything internal: CI, testing, refactoring of the codebase, etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions