hypnopotamus / SkillsMatrix

0 stars 0 forks source link

direct reference the build scripts #74

Closed hypnopotamus closed 1 year ago

hypnopotamus commented 1 year ago

none of the build scripts are used inside the container, seems like it would make things easier to reference them by filepath through npm such that changing them doesn't require all the rigamarole of make a change, publish a change, install the change, now everything is ok

hypnopotamus commented 1 year ago

the build stage of the container builds runs npm install (includes dev dependencies) and needs to be able to build the code. build scripts currently only includes extra scripting for building things "above" the actual code (containers, charts, etc) but that might not always be the case... and it doesn't seem worth the effort to make the container build not install one specific package, making it work differently than building locally