0.0.11 • Published 5 months ago

@hyper-resume/shared v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

shared (@hyper-resume/shared)

Getting Started

Notes

  • Remember to npm run build-types re-create types
    • Done this way since --watch would only apply to tsc and not rimraf.
    • Due to error TS5055: Cannot write file because it would overwrite an input file.
  • Delete node_modules folder existing outside of container (i.e. you installed packages outside of container)
    • Not deleting this might cause node_modules related errors when building containers.