mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Use pnpm for vercel build script
This commit is contained in:
parent
72a6f23046
commit
878f1d8919
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import { execSync } from 'child_process' // The exec import
|
|||
for ( const stepScriptName of steps ) {
|
||||
console.log( `Running step: ${ stepScriptName }` )
|
||||
|
||||
execSync( `npm run ${ stepScriptName }`, { stdio: 'inherit' } )
|
||||
execSync( `pnpm run ${ stepScriptName }`, { stdio: 'inherit' } )
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue