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
1 changed files with 1 additions and 1 deletions

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'