Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
550 B
Plaintext
1 line
550 B
Plaintext
{"version":3,"sources":["../../src/utilities/isNextBuild.ts"],"sourcesContent":["/**\n * Utility function to determine if the code is being executed during the Next.js build process.\n */\nexport function isNextBuild() {\n return (\n process.env.NEXT_PHASE === 'phase-production-build' ||\n process.env.npm_lifecycle_event === 'build'\n )\n}\n"],"names":["isNextBuild","process","env","NEXT_PHASE","npm_lifecycle_event"],"mappings":"AAAA;;CAEC,GACD,OAAO,SAASA;IACd,OACEC,QAAQC,GAAG,CAACC,UAAU,KAAK,4BAC3BF,QAAQC,GAAG,CAACE,mBAAmB,KAAK;AAExC"} |