phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

fix: install rsync in Gitpod #315

Closed shaal closed 2 years ago

shaal commented 2 years ago

Description

Pre-install rsync application on Gitpod.

Fixes # (issue) The rsync dependency in package.json is only a wrapper for the real rsync application, which is assumed to be installed on your machine.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

  1. Opening this PR in Gitpod
  2. Run rm -rf dist
  3. Run yarn prep
  4. Confirm dist/ directory includes assets in it

Checklist