1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

trying different syntax to see if that fixes the npm run problem

This commit is contained in:
Joseph Flinn 2020-12-14 15:38:45 +00:00
parent 792c6a3139
commit 5924e108cf

View File

@ -23,5 +23,5 @@ steps:
npm npm run clean:dist
displayName: 'npm build'
- script: npm-run node_modules/.bin/electron-builder --win --x64 --ia32 -p never
- script: npm run node_modules/.bin/electron-builder --win --x64 --ia32 -p never
displayName: 'electron-builder package'