Skip to content

Commit 8335e12

Browse files
committed
install & audit fix & postinstall & build:window
1 parent 9723e94 commit 8335e12

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

azure-pipelines/win.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ steps:
55

66
- script: |
77
echo Installing packages
8-
npm install && npm audit fix
9-
echo Install electron app dependencies
10-
npm run postinstall
11-
echo Building windows application
12-
npm run build:window
8+
npm install && npm audit fix && npm run postinstall && npm run build:window
139
echo Windows build is complete
1410
displayName: "Build Windows app"
1511

0 commit comments

Comments
 (0)