Skip to content

Commit

Permalink
Try detecting codesandbox and mark it as CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamo committed Sep 22, 2020
1 parent 1b40112 commit c788ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-core-utils/src/ci.ts
Expand Up @@ -7,6 +7,7 @@ const CI_DEFINITIONS = [
getEnvDetect({ key: `VERCEL_URL`, name: `Vercel Now` }),
getEnvDetect({ key: `NOW_BUILDER`, name: `Vercel Now` }),
getEnvDetect({ key: `VERCEL_BUILDER`, name: `Vercel Now` }),
getEnvDetect({ key: `CODESANDBOX_SSE`, name: `CodeSandbox` }),
herokuDetect,
getEnvFromCIInfo,
envFromCIWithNoName,
Expand Down

0 comments on commit c788ae8

Please sign in to comment.