Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 4, 2023
1 parent d3a6808 commit c49f77c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ if (hasCRWA_OkLabel) {
)
} else {
// If it doesn't, does it need to be rebuilt? If not, no problem. Otherwise, throw.
const shouldRebuildJSTemplate = changedFiles.some(
const shouldRebuildJS_Template = changedFiles.some(
(file) =>
file.startsWith('packages/create-redwood-app/templates/ts')
)

if (!shouldRebuildJSTemplate) {
if (!shouldRebuildJS_Template) {
console.log(['', "The create redwood app JS template doesn't need to be rebuilt"].join('\n'))
} else {
console.log(
Expand Down

0 comments on commit c49f77c

Please sign in to comment.