Closed john-u closed 3 years ago
After further investigation, I've found I can achieve the same output by leaving outDir set to dist
and instead setting the following repositoryPrefix
in package.json
"oclif": {
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/<%- _.replace(commandPath, 'dist', 'src') %>"
}
However, I am hesitant to patch it this way since it seems every OCLIF CLI I can find open source has lib
as a Typescript outDir (it's generated this way by the oclif CLI). Having our outDir set to dist
caused this issue and we can't guarantee there won't be other issues related to it now or in the future.
:tada: This PR is included in version 1.4.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
outDir
tolib
as it is required by oclif-dev to correctly generate readmerelates to SmartThingsCommunity/smartthings-cli#200
Types of Changes
npm run lint
produces no warnings/errors)