From 9bad72db67979a74b820f2aa41662ff3e725af91 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 14 Dec 2020 17:41:26 +0000 Subject: [PATCH] changing electron-builder to npx --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ebb4631870..f1842d6844 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,5 +26,5 @@ steps: npm npm run clean:dist displayName: 'npm build' -- script: npm run node_modules/.bin/electron-builder --win --x64 --ia32 -p never +- script: npx electron-builder --win --x64 --ia32 -p never displayName: 'electron-builder package'