Skip to content

Explore removing compiled JavaScript from repo #209

Description

In the current implementation, the ci action is referenced with tags that pull the main repo code. As a result, the compiled JavaScript needs to exist in the repo. However, this adds a required (local) build step when making changes and increases the number of conflicting changes across PRs.

The action for publishing dev container features uses https://github.com/JasonEtco/build-and-tag-action in the publishing step.

From a quick scan, this packages a compiled version of the code under the tag. If the same approach can be used here this would allow removal of the compiled output.

Action usage here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions