Skip to content

Commit

Permalink
Disable scan-new-apps step
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Aug 12, 2023
1 parent f4922a4 commit 72a6f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vercel-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { execSync } from 'child_process' // The exec import
;(async () => {
// scan-new-apps test-prebuild build-lists-and-api test-postbuild-api
const steps = [
'scan-new-apps',
// 'scan-new-apps',
'test-prebuild',
'build-lists-and-api',
'test-postbuild-api'
Expand Down

0 comments on commit 72a6f23

Please sign in to comment.