🐛fix: typo in build type check (#5297)
This commit is contained in:
parent
9b1f206cc6
commit
4181454799
@ -2,4 +2,4 @@ import { isDev } from './utils'
|
||||
|
||||
export const isNightly = VERSION.includes('-')
|
||||
export const isBeta = VERSION.includes('beta')
|
||||
export const isProd = !isNightly && !isBeta && !isDev
|
||||
export const isProd = !isNightly && !isBeta && !isDev()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user