Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

feat(rebuild): add lifecycle scripts dependencies #303

Commits on Jul 14, 2021

  1. feat(rebuild): add lifecycle scripts dependencies

    Adds the ability for lifecycle scripts of Link nodes to depend
    on each other, such that a `prepare` script of linked module A
    can make use of files that are a result of a `prepare` script of
    a linked package B.
    
    This is important in order to unlock workflows in which a workspace
    needs to make use of another workspace but they all have transpilation
    steps (very common in Typescript projects) so tracking the order
    (and completion) in which the dependencies lifecycle scripts runs
    becomes necessary.
    
    Fixes: npm/cli#3034
    ruyadorno committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b4689eb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. use single poll system

    ruyadorno committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    babac37 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. clean up script vars

    ruyadorno committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    3a6fa56 View commit details
    Browse the repository at this point in the history