freeCodeCamp / freeCodeCampOS

Test repo for external freeCodeCamp courses

Home Page:https://opensource.freecodecamp.org/freeCodeCampOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[dev]: workflow improvements

ShaunSHamilton opened this issue · comments

  • Separate testing content from package
    • Currently, testing involves installing "@freecodecamp/freecodecamp-os":"." which needs to be removed before publishing
    • Currently, bugs slip through with the pathing, because the tooling does not reference itself in node_modules
  • Build client as part of publish
  • #448
  • Entirely reference modules with @freecodecamp/freecodecamp-os - not ROOT/node_modules/...