Skip to content

Commit

Permalink
fix template for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min committed Sep 26, 2024
1 parent 550c850 commit 9834d75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ado/template-node-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ steps:

- script: npm run bootstrap
displayName: 'Run Lerna Bootstrap'
workingDirectory: $(ProjectFolder)

- script: npm run build
displayName: 'Run npm build'
workingDirectory: $(ProjectFolder)
env:
NODE_OPTIONS: --openssl-legacy-provider

- script: node scripts/downloadAndExtractElectron.js
displayName: 'download and extract internal build of Electron'
workingDirectory: $(ProjectSourceRoot)/packages/app/main
workingDirectory: packages/app/main

0 comments on commit 9834d75

Please sign in to comment.