Add symlink to `packages\upgrade\static\src` to `create-symlinks.sh` · Issue #19608 · angular/angular · GitHub
Skip to content

Add symlink to packages\upgrade\static\src to create-symlinks.sh #19608

Description

@maxkoretskyi

Currently there's only one symlink in create-symlinks.sh:

cmd <<< "mklink \"..\\..\\packages\\core\\src\\animation\\dsl.ts\" \"..\\..\\..\\animations\\src\\animation_metadata.ts\""

When building Angular project another symlink is required:

cmd <<< "mklink /j \"..\\..\\packages\\upgrade\\static\\src\" \"..\\..\\packages\\upgrade\\src\""

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

    Labels

    area: build & ciRelated the build and CI infrastructure of the project

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions