Skip to content

Commit

Permalink
Force build when using LOCAL_ELM_REVIEW_SRC
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed May 5, 2024
1 parent 5ce08f9 commit eb4c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ try re-running it with ${chalk.cyan('--elmjson <path-to-elm.json>')}.`,
elmFormatPath: args['elm-format-path'],
packageJsonVersion: packageJson.version,
localElmReviewSrc,
forceBuild: args['force-build'],
forceBuild: args['force-build'] || !!localElmReviewSrc,
offline: args.offline,
report: args.report === 'json' || args.report === 'ndjson' ? 'json' : null,
reportOnOneLine: args.report === 'ndjson',
Expand Down

0 comments on commit eb4c0e5

Please sign in to comment.