Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyuan committed Apr 13, 2024
1 parent c54b007 commit 91e5553
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ const getBuildList = buildStr => {
$.verbose = false

await spinner('Checking build env...', async () => {
assert.equal(
typeof process.env.SENTRY_AUTH_TOKEN,
'string',
chalk.red('Missing process.env.SENTRY_AUTH_TOKEN'),
)
// assert.equal(
// typeof process.env.SENTRY_AUTH_TOKEN,
// 'string',
// chalk.red('Missing process.env.SENTRY_AUTH_TOKEN'),
// )

const gitStatus = await $`git status --porcelain`
assert.equal(
Expand Down

0 comments on commit 91e5553

Please sign in to comment.