mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable scan-new-apps step
This commit is contained in:
parent
f4922a4303
commit
72a6f23046
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue