Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

[WIP] Remove custom "npm link" behaviour #238

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2019

  1. Remove custom "npm link" behaviour

    There is already a procedure for both npm and yarn to read an npm module
    from disk. It's convenient and reliable.
    
    E.g. `yarn run dev:styleguide` maybe works for in the browser. But if I
    import `@humanconnection/styleguide` in the test, I get
    non-deterministic behaviour.
    
    Let's get rid of `yarn run dev:styleguide`
    roschaefer committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    3d45828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d25d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    2829654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2794b82 View commit details
    Browse the repository at this point in the history