Minor Changes
-
#4187
014ad4d5e79
Thanks @aliemir! - refactor: userequire.resolve
to find script executables.Updated the runner command to use
require.resolve
to find the script executable. This allows the script to be run from anywhere in the project and allow mono-repos with workspaces to work. -
#4187
014ad4d5e79
Thanks @aliemir! - refactor: userequire.resolve
to find refine package paths.Updated the refine package search to use
require.resolve
to find the package path. This allows the package to be run from anywhere in the project and allow mono-repos with workspaces to work.