Description
The --config option in both the test and build commands should be removed. This option allows overriding the build config file path, but this functionality is unnecessary. Similar to how npm run doesn't allow overriding package.json, our CLI should use the default config file location only.
Context
This was discussed in PR #71:
Affected Commands
jammin test --config <path>
jammin build --config <path>
Requested by: @tomusdrw
Description
The
--configoption in both thetestandbuildcommands should be removed. This option allows overriding the build config file path, but this functionality is unnecessary. Similar to hownpm rundoesn't allow overridingpackage.json, our CLI should use the default config file location only.Context
This was discussed in PR #71:
Affected Commands
jammin test --config <path>jammin build --config <path>Requested by: @tomusdrw