Skip to content

Commit ab545b3

Browse files
committed
remove v4 flag
1 parent 1e6514a commit ab545b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/release-cli.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,7 @@ let commitCreated = false
128128
// no catch
129129
}
130130

131-
let COMPILER_OPTIONS = ``
132-
if (argv.type === `v4`) {
133-
COMPILER_OPTIONS = `GATSBY_MAJOR=4`
134-
}
131+
const COMPILER_OPTIONS = `GATSBY_MAJOR=4`
135132

136133
console.log(` `)
137134
console.log(`=== BUILDING V4 ALPHA ===`)

0 commit comments

Comments
 (0)