From 5924e108cfdc439910616735c97ca5530ad401ae Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 14 Dec 2020 15:38:45 +0000 Subject: [PATCH] trying different syntax to see if that fixes the npm run problem --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc3097f6ab..6538861f04 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'